## 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`