Re: [kubernetes-users] GCE and multiple masters

2017-10-24 Thread
Single-zone masters are GA. Regional masters (multi-zone) are alpha now, beta before too long. If we see your master is out, we do try to bring it back, but only within the same zone. So a true zonal outage could leave you without a master (in theory). As you said, existing Pods will run and re

Re: [kubernetes-users] K8s LoadBalancer services Metrics ?

2017-10-24 Thread Brandon Philips
You would need to have a protocol aware in between your app and your load balancer like https://istio.io/ OR have your app export metrics to something like Prometheus (example ). Brandon On Mon, Oct 23, 2017 at 10:07 AM V

Re: [kubernetes-users] GCE and multiple masters

2017-10-24 Thread
Apologies, I meant to say GKE rather than GCE. Thanks -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-users+unsubscr...@googleg

Re: [kubernetes-users] GCE and multiple masters

2017-10-24 Thread
Do you mean GCE (running your own cluster on Google Compute Engine), or GKE (the managed Google Container Engine)? /MR On Tue, Oct 24, 2017 at 10:33 AM wrote: > Hi, > > Im looking into GCE for a proof of concept and one thing isn't clear from > the documentation, and thats around the management

[kubernetes-users] GCE and multiple masters

2017-10-24 Thread andy . gore
Hi, Im looking into GCE for a proof of concept and one thing isn't clear from the documentation, and thats around the management of the master node(s) for the Kubernetes cluster. Does the cluster create a single master node, or multiple master nodes? If this is a single master node then it l