- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud
Managing Resource Usage in Kubernetes
Kubernetes offers a variety of features that can help you control how resources are allocated in your cluster. This lab will allow you to build your experience with some of these features by solving problems that might arise in a real-world cluster.
Lab Info
Table of Contents
-
Challenge
Configure Resource Requests for a Deployment
There is a Deployment called
royal-jellyin thehiveNamespace.Add resource requests to this Deployment's containers. The container should request
128Mimemory and250mCPU. -
Challenge
Configure Resource Limits for a Deployment
Add resource limits to the Deployment called
royal-jellyin thehiveNamespace.For the containers in this Deployment, the limits should be
256Mifor memory and500mfor CPU. -
Challenge
Create a ResourceQuota for a Namespace
Use a quota to limit the resources that can be used in the
hiveNamespace.The quota should allow total resource requests in the Namespace up to
1Gifor memory and1CPU.For resource limits, the quota should allow up to
2Gifor memory and2CPU.Note: The ResourceQuota admission controller is already enabled in the environment. You do not need to enable it.
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.