kubectl most common commands
Here are some of the most common kubectl commands :
Cluster Status:
kubectl cluster-info: Displays cluster info.
kubectl get nodes: Lists nodes in the cluster and their status.
kubectl get pods --all-namespaces: Lists all pods in all namespaces.
...
testsqli.cat2 min read