Day 11: Kubernetes Commands
For Cluster Management
CommandDescription
kubectl cluster-infokubectlGet cluster information.
kubectl get nodesViews all the nodes present in the cluster.
For Node Management
CommandDescription
kubectl get nodesList all nodes in t...
appu26.hashnode.dev7 min read