[kubernetes-users] Kubernetes deployment

2018-03-30 Thread 'Timo Reimann' via Kubernetes user discussion and Q
Hello,

my initial suggestion would be to check that your Spring pods are gracefully 
shutting down (i.e., wait a reasonable amount of time before the endpoints have 
been removed from Service / Ingress rotation) and not becoming ready too soon 
(i.e., receiving traffic before they are able to process it).

Then again, I'd expect your website metrics to show an effect as well if one of 
the two wasn't implemented properly. I'm still throwing my advice in the ring 
though, just in case other factors are possibly playing a role as well (say, a 
cache sitting in front of your website that covers the gap somehow).

Timo

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.


[kubernetes-users] Kubernetes deployment

2018-03-29 Thread Gidesh Pampingal
Hi All,

Maybe an extremely naive question, but would appreciate help .

We are running our project on GKE cluster in GCP and have weekly 
deployments where we rollout our application which is a containerized 
Springboot Java app alongwith Nginx components thats caches static assets 
which are stored in a GCS bucket. We deploy this as a Deployment with 6 
replicas for the springboot app and 12 replicas for nginx. We use Gocd as 
our CICD tool.

Springboot app occupies most of the CPU and RAM.

During every deployment we see a drop in Request per second at the Google 
Load Balancer, spike in latency and backend for a minute before going back 
to normal. Although we dont see any drop from a website point of view ie, 
page response times , page views etc. Its just the GCP stats that goes 
haywire for just a minute or so.

Maybe it is expected.

Can anyone suggest if there is a way to improve the deployment ?

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.