Kubernetes

Explain why one would specify resource limits in regards to Pods

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

  • You know how much RAM and/or CPU your app should be consuming and anything above that is not valid
  • You would like to make sure that everyone can run their apps in the cluster and resources are not being solely used by one type of application