Kubernetes Commands - Part 1
To get the version of Kubernetes running on the cluster:
kubectl version
To get the list of nodes:
kubectl get nodes
To get the list of pods:
kubectl get pods
To get the list of pods and broader/wider information about pods:
kubectl get pods -...
parinithabs.hashnode.dev1 min read