Set and Use Secrets in a Kubernetes Deployment
Configure a Kubernetes Deployment to consume Secrets as environment variables and volume mounts.
Focused, hands-on problems for sharpening your DevOps and server-side skills. Some teach specific concepts while others mirror real-world scenarios. Every challenge includes hints, feedback, and automated solution checks.
Challenges contributed by the community members sharing their knowledge and expertise.
Configure a Kubernetes Deployment to consume Secrets as environment variables and volume mounts.
Create a multi-container Pod with different user IDs per container while sharing a common group ID at the Pod level for collaborative file access.
Create a Pod in the processing namespace that runs a short task and exits successfully, reaching a Completed status without using a Job controller.
Update container images, container names, update strategy, and replica count in an existing multi-container Kubernetes Deployment.
Create a Kubernetes Job template for Team Aurora that runs a busybox command across multiple completions in parallel, with specific pod labels and container configuration.
Perform a blue-green deployment by creating a new green version of a web application, then switch live traffic from blue to green with zero downtime by updating the Service selector.
Add HTTP-based liveness and readiness probes to an existing Kubernetes Deployment and verify application health and availability.
Extract context names, the active context, and a decoded client certificate from a Kubernetes kubeconfig file and write the results to specific files.
Inject ConfigMap values as environment variables into a Kubernetes Pod.
Practice the fundamental lifecycle of a Kubernetes Pod: creation, inspection (IP, node), interaction (executing commands, checking logs), and deletion.