Tag: k8s
-

Kubectl Cheetsheat
Pods kubectl get pods kubectl describe pod Command Line in Pod – kubectl exec –stdin –tty – /bin/bash kubectl logs Logs from previous instance of pod – kubectl logs -p Apply Yaml files kubectl apply -f kubectl apply -f (runs all yamls in the folder) Diagnose failed start for container: If your pod and deployment…
-

How to deploy Ghost Blog with Kubernetes on Linode
What will you need to create your Ghost blog on Kubernetes? In this tutorial, I will cut out all the confusion and share a straight path to getting Ghost blog running with a MySQL database utilizing Kubernetes. We are going to: Create a Linode hosting account. Create a Kubernetes cluster. Create 2 Pods for a.…