Essential Kubernetes Commands
CommandDescription
kubectl versionShows the client and server Kubernetes version.
kubectl cluster-infoDisplays cluster info (API server address, DNS, etc.).
kubectl get nodesLists all nodes in the cluster.
kubectl get podsLists all pods in the ...
yuktathakur16.hashnode.dev5 min read