Hello world Kubernetes with Nginx on Minikube
Kubernetes gives you the ability to deploy your app in a highly available way, and it has provisioning features that you can use to avoid manual tasks. There are tons of tutorials about Kubernetes out there, but in this simple post, I just want to give you the simplest deployment ever in Kubernetes. You will see how to deploy nginx with Kubernetes and access it easily. Before deployment, make sure you have properly installed kubectl and minikube, and remove any old stuff from minikube using the delete and start commands. ...