kubectl reference
December 8, 2021
Set a default namespace to work in
$ kubectl config set-context --current --namespace=dev
List pods
$ kubectl get pods
To see logs for a single pod
$ kubectl logs pod-name-5f8f694975-29ddq
More details about pod
$ kubectl describe pod pod-name-5f8f694975-29ddq