- kubectl version
- kubectl get nodes
- kubectl run hw --image=karthequian/helloworld --port=80
- kubectl get deployments
- kubectl rs
- kubectl get pods
- kubectl expose deployment hw --type=NodePort
- kubectl get services
- kubectl get all
- kubectl get deploy/hw -o yaml
- minikube version
- minikube start
- minikube service hw