Commonly used commands in Kubernetes
Here are some common commands related to Kubernetes:
Cluster Management:
kubectl cluster-info: Display information about the Kubernetes cluster.
kubectl get nodes: List all the nodes in the cluster.
kubectl describe node <node-name>: Get detailed...
nikitajadhav.hashnode.dev2 min read