Restrict Namespace Resources Using ResourceQuota
Create a ResourceQuota to limit resource consumption and object counts in a namespace, then deploy a compliant application with Burstable QoS.
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.
Challenges contributed by the community members sharing their knowledge and expertise.
Create a ResourceQuota to limit resource consumption and object counts in a namespace, then deploy a compliant application with Burstable QoS.
Create a Horizontal Pod Autoscaler for an existing Deployment using CPU and memory utilization targets with a custom scale-down stabilization window.
A Kubernetes cluster has an existing database Deployment running. Configure a new web Deployment to schedule its pods only on nodes where the database pods are already running using required pod affinity.
Understand and implement Kubernetes Quality of Service (QoS) classes. Create Deployments and Pods with different QoS classes and identify eviction priority during resource pressure.