Run a Kubernetes cluster locally for development and testing
Run a Kubernetes cluster locally
minikube$ minikube start$ minikube kubectl -- create deployment hello --image=hello-world && minikube service hello$ minikube status && minikube dashboard