Overview
Well yes, you are thinking right that I am learning Kubernetes so wanted to share some useful insights and will continue to share stuff on this. Below are some commands for daily operations while working with Kubernetes. I will keep on adding stuff here.
Command to | Command |
---|---|
Check Minikube version | $minikube version |
Start Minikube cluster | $minikube start |
Check if Kubectl is installed | $kubectl version |
Check kubectl cluster info | $kubectl cluster-info |
Check kubectl node info | $kubectl get node |
0 Comments:
Post a Comment