-
Simple Kubernetes minikube example
There are a lot of great Kubernetes and Docker tutorials on the Internet, but I have had difficulty finding the perfect one that gets you from source code to a deployed app running on minikube. In this tutorial, I will show how to deploy a simple NodeJS app to Kubernetes. It involves two main steps: […]