- Lab
- A Cloud Guru
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.
Path Info
Table of Contents
-
Challenge
Configure Resource Requests for a Deployment
There is a Deployment called
royal-jelly
in thehive
Namespace.Add resource requests to this Deployment's containers. The container should request
128Mi
memory and250m
CPU. -
Challenge
Configure Resource Limits for a Deployment
Add resource limits to the Deployment called
royal-jelly
in thehive
Namespace.For the containers in this Deployment, the limits should be
256Mi
for memory and500m
for CPU. -
Challenge
Create a ResourceQuota for a Namespace
Use a quota to limit the resources that can be used in the
hive
Namespace.The quota should allow total resource requests in the Namespace up to
1Gi
for memory and1
CPU.For resource limits, the quota should allow up to
2Gi
for memory and2
CPU.Note: The ResourceQuota admission controller is already enabled in the environment. You do not need to enable it.
What's a lab?
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.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.