Docker - moneymayur/Misc GitHub Wiki

minikube start

kubectl get nodes -> Wait for all of them to be ready

kubectl run applicationName --image=katacoda/docker-http-server:latest --replicas=1 -> Replication

kubectl get deployments -> Lists deployment

kubectl describe deployment http ->For debugging

kubectl get svc -> Get the mapping