kubectl config current-context.
When you have multiple clusters wired into your kubeconfig
(`~/.kube/config`), the FIRST thing you do every morning is check which
one you're pointed at — to avoid `kubectl delete namespace prod` on
the wrong cluster.
TASK
----
Run: kubectl config current-context
Pass when "minikube" appears.
Sign in to save your code and track progress across devices.