Kubernetes
Difficulty: unrated
Source: bregman-arie/devops-exercises by Arie Bregman
kubectl get pods
Note: create an alias (alias k=kubectl) and get used to k get po
alias k=kubectl
k get po