Kubernetes

Run a command to view all the pods in the current namespace

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

kubectl get pods

Note: create an alias (alias k=kubectl) and get used to k get po