Kube Mysteries: The Invisible Pod
Did you know that pods can become invisible? Can you figure out how?
Focused hands-on problems designed to help you hone your DevOps or Server Side skills. Some challenges are more educational, while others are based on real-world scenarios. The platform provides hints and feedback for each challenge, including automated solution checks.
Did you know that pods can become invisible? Can you figure out how?
Practice the fundamental lifecycle of a Kubernetes Pod: creation, inspection (IP, node), interaction (executing commands, checking logs), and deletion.
This exercise tests your ability to safely upgrade a multi-node Kubernetes cluster from version 1.30 to 1.31 following the standard upgrade procedure.
This exercise tests your ability to configure kubernetes network policies to make sure only pods with specific labels can communicate with each other.