kubectl config current-context
kubectl config get-contexts
kubectl config use-context <name context>
- that allow you to swich between different kubernetes clusters
kubectl get pods kubectl get deploymets kubectl get services kubectl get configmaps kubectl get secrets kubectl get ingress
kubectl get namespaces kubectl create namespace test kubectl get pods -n test