Kubectl Get-contexts Access
The output stared back at her, unforgiving:
kubectl config use-context prod-cluster kubectl get-contexts CURRENT NAME CLUSTER dev-cluster dev-cluster staging-cluster staging-cluster * prod-cluster prod-cluster Now the * sat beside .
She swore under her breath. “How did I forget to switch contexts?” kubectl get-contexts
Maya was a Site Reliability Engineer (SRE) for a chaotic fintech startup. It was 2:00 PM on a Tuesday—peak incident time.
The Context Switch
kubectl scale deployment payment-svc --replicas=5 The terminal confirmed the scale. But the latency didn't budge.
CURRENT NAME CLUSTER dev-cluster dev-cluster * staging-cluster staging-cluster prod-cluster prod-cluster She wasn't in . She was in staging-cluster . The output stared back at her, unforgiving: kubectl
She re-ran the scale command, watched the new pods spin up, and saw the latency graph finally flatten.


