Tech Challenge
2026-08-20
☸️
Daily Tech Challenge
Kubernetes
medium
Question 1 of 5
You run the first command below on your laptop against a cluster whose current kubeconfig context is named kind-prod, then immediately run kubectl get pods. What changed, and which Pods are listed?
Example
$ kubectl config set-context --current --namespace=dev Context "kind-prod" modified. $ kubectl get pods
Thursday, August 20, 2026 · A new challenge drops every day