Contexto da lista Kubectl
# list kubernets contexts
kubectl config get-contexts
Concerned Crossbill
# list kubernets contexts
kubectl config get-contexts
# Get pods in default namespace
kubectl get pods
#Get Pods in my-namespace
kubectl get pods -n my-namespace
#Get Pods in all namespaces
kubectl get pods --all-namespaces