Re: [kubernetes-users] Resource requests/limits on Pod-level

2017-05-05 Thread 'Vishnu Kannan' via Kubernetes user discussion and Q
As davidopp@ mentioned a pod is the unit of scheduling. So to find a suitable node for a pod, the scheduler has to identify a node that sum(all container requests) available. It is also used by the node to enforce overall resource usage across all containers. Not all memory is reclaimed when a

Re: [kubernetes-users] Resource requests/limits on Pod-level

2017-05-05 Thread 'David Oppenheimer' via Kubernetes user discussion and Q
On Wed, May 3, 2017 at 12:10 PM, 'Ahmet Alp Balkan' via Kubernetes user discussion and Q wrote: > I am afraid it still does not make sense to me. > > Why is there even a concept of "Pod-level request/limit" if it is not used > anywhere? > It is used by the