Tag: kubernetes
-

How to set up a MySQL server on Kubernetes
If you have one or more websites or applications that utilize MySQL, then setting up your own MySQL server may be for you. I’m going to assume you have already made the decision that you want your own MySQL Server, and that you have an existing K8s cluster where you would like to deploy it.…
-

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.…