So we saw that defining resource requests are useful to help Kubernetes schedule our pod in a node that has enough resources and defining a limit will guarantee that a rogue container won’t affect other applications sharing the same worker node. It is a good idea to always set these properties.
Kubernetes allows us to define a LimitRange with default values that will be used for every container that we run in a namespace.