Kubernetes Troubleshooting
Cluster Management
Display endpoint information about the master and services in the cluster
kubectl cluster-info
Display the Kubernetes version running on the client and server
kubectl version
Get the configuration of the cluster
kubectl config vi...
gauri1504.hashnode.dev9 min read