

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 2
click for more info
Not enough gems
Cost: 6 gems
1: Top
incomplete
2: Vertical and Horizontal Scaling
incomplete
3: Resource Limits
incomplete
4: Limits - RAM
incomplete
5: Breaking the Limits
incomplete
6: Fix the Limits
incomplete
7: Horizontal Pod Autoscaling (HPA)
incomplete
8: HPA - Web
incomplete
9: HPA Fix
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
I don't want the pod to be consuming too much of your machine's resources, nor do I want you to have a constantly crashing pod, so before moving on, let's just reduce the memory usage of the testram pod.
Set the MEGABYTES environment variable to 10 and apply the change, then delete the pod so that the new environment variable takes effect.
Use get pods and top pods to make sure the pod is healthy and is using around 10 megabytes of memory.