Kubernetes - kubectl Essential Commands
What will be the output of the command
kubectl get pods -n kube-system?kubectl get pods -n kube-system?kubectl get pods lists pods, and -n kube-system limits the output to the kube-system namespace.
The command lists all pods running in the kube-system namespace, not all namespaces or deleting pods.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions