Challenge, Hard,  on  Kubernetes

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.

Challenge on Kubernetes
Discussion  Discord

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