devops-exercises/certificates/cka.md
2020-05-09 16:40:51 +03:00

349 B

Certified Kubernetes Administrator (CKA)

Basic Commands

Which command you run to view your nodes?

kubectl get nodes

Which command you run to view all pods running on all namespaces?

kubectl get pods --all-namespaces