Kubectl Context !exclusive! -

You’ve been looking at the development cluster the whole time, not staging. The pods in dev are fine because no one’s using them for real testing. Staging is on fire, but you’ve been staring at the wrong fireplace.

kubectl get pods

kubectl cluster-info

kubectl config current-context

kubectl config use-context staging-cluster kubectl context

Now you’ll see something like [alex@laptop dev-cluster] $ — no more guessing. You’ve been looking at the development cluster the