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
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
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
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:
>
>
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: