Challenge, Hard,  on  Kubernetes

Kube Mysteries: The Invisible Pod

Pods are one of the most important and well-known concepts in Kubernetes. But did you know that pods can become "invisible"?

An instance of podinfo is running in a Kubernetes cluster as a single pod.

kubectl on dev-machine is already configured to connect to the cluster.

However, when you list the pods in the cluster, you won't see the pod:

kubectl get pods -A

Your task is to make the pod visible through the API server without restarting either the pod or the API server.

Level up your Server Side game — Join 20,000 engineers who receive insightful learning materials straight to their inbox