Perform In-Place Updates on a Kubernetes Deployment
Update container images, container names, update strategy, and replica count in an existing multi-container Kubernetes Deployment.
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.
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.
Use Kubernetes image volumes to mount a static HTML artifact into an nginx Pod without an init container or a custom nginx image.
Add HTTP-based liveness and readiness probes to an existing Kubernetes Deployment and verify application health and availability.
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.
Configure a Kubernetes Deployment to consume Secrets as environment variables and volume mounts.
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 configuring Kubernetes to pull images from a private registry and run Pods with authenticated registry access.