Re: Pod Deployment with Memory Request and Limits

2017-05-04 Thread Avesh Agarwal
On Thu, May 4, 2017 at 3:55 AM, Barış Aydınöz wrote: > Hi, > > Suppose we have 100 GB available on a node [only node that is scheduled] > > And we want to assure deployment of *at most 10 Pods* all of them java > applications and we limit max heap size as *2 GB*, with below config > segment: > >

Pod Deployment with Memory Request and Limits

2017-05-04 Thread Barış Aydınöz
Hi, Suppose we have 100 GB available on a node [only node that is scheduled] And we want to assure deployment of at most 10 Pods all of them java applications and we limit max heap size as 2 GB, with below config segment: Limits: cpu: 2 memory: 10Gi Requests: cpu: