Re: users Digest, Vol 58, Issue 5 -

2017-05-04 Thread Avesh Agarwal
On Thu, May 4, 2017 at 10:50 AM, Walters, Todd wrote: > > >2. Pod Deployment with Memory Request and Limits (Bar?? Ayd?n?z) >3. Re: Pod Deployment with Memory Request and Limits (Avesh Agarwal) > -- > > > > Message: 2 > D

RE: users Digest, Vol 58, Issue 5 -

2017-05-04 Thread Walters, Todd
2. Pod Deployment with Memory Request and Limits (Bar?? Ayd?n?z) 3. Re: Pod Deployment with Memory Request and Limits (Avesh Agarwal) -- Message: 2 Date: Thu, 4 May 2017 10:55:05 +0300 From: Bar?? Ayd?n?z To: users Sub

Please accept my invitation to join GDG Bingham University

2017-05-04 Thread Mfawa Alfred Onen
GDG Bingham University Join Mfawa Alfred Onen in Nassarawa. Be the first to hear about upcoming Meetups. Google Developer Group (GDG) Bingham University is a group of like minded developers using Google's products to solve problems in their communities and help create an outreach platform fo

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: