Easy,  on  KubernetesContainers Submissions: 48/91

The ghcr.io/iximiuz/labs/resource-hog/herder:v1.0.0 image contains a "resource hog" application that gradually consumes all CPU and RAM resources on the host machine, eventually leading to the host’s unavailability. Your task is to deploy this resource-greedy container to a Kubernetes cluster and make it run for a while without disrupting the service.

  • Deploy a standalone Pod called hoggy to the default namespace.
  • Ensure the Pod restarts automatically upon crash or termination.
  • The Pod must not consume more than 250m of the node’s CPU and 500Mi of RAM.

Good luck!

Hint 1 💡

This is a basic Kubernetes Pod configuration task. Refer to the Kubernetes documentation to learn how to configure Pod CPU and memory resources.

Hint 2 💡

Follow the dynamic hints of the solution checker 😉

Level up your Server Side game — Join 7,800 engineers who receive insightful learning materials straight to their inbox