How can I reserved resources to a namespace?
Example: I want to guarantee that one namespace cannot allocate all the resources on the cluster.
Example: Having namespace A and B and a Cluster that can have 100 pods. How can I make sure that the pod A can schedule at least 10 pods, even if we have 200 users trying to create pods on namespace B. (Typical resource segregation)
I would expect something like in Yarn where I can say leave 10% of the cluster resources to queue A.