Pod with Resource Limits
Beginner Mode
Start your terminal to use beginner mode.
Scenario
An application needs guaranteed resources and limits to prevent overconsumption.
Task
Create a pod with resource requests and limits configured.
| Property | Value |
|---|---|
| Pod name | resource-pod |
| Image | nginx:latest |
| CPU request | 100m |
| Memory request | 64Mi |
| CPU limit | 200m |
| Memory limit | 128Mi |
Terminal requires a larger screen
Open this page on a desktop or tablet (≥ 768px) to launch the terminal and practice hands-on.
Kubernetes Environment
Launch a live cluster to solve this challenge.
Track
| Question | Difficulty | Company | Access |
|---|
Need more practice in this area? Explore more questions →
PWC