Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 349 Bytes

File metadata and controls

15 lines (10 loc) · 349 Bytes

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