On Fri, Aug 25, 2017 at 7:04 AM wrote:
> Nice!
>
> Do you do the initial cluster setup using kube-up.sh?
> Or do you use a custom set of scripts?
>
It's all custom as we have a bare metal footprint and at the time there was
nothing usable for that.
/MR
--
You received this message because you
On Thursday, 24 August 2017 23:19:03 UTC+3, Matthias Rampke wrote:
> We run HA etcd, apiserver and controllers. What has worked well so far:
>
> - keep etcd upgrades separate
>
> -- Follow the etcd docs for that
>
> -- never skip a minor version
>
> -- just rolling upgrade, once the last etcd
We run HA etcd, apiserver and controllers. What has worked well so far:
- keep etcd upgrades separate
-- Follow the etcd docs for that
-- never skip a minor version
-- just rolling upgrade, once the last etcd is upgraded there is no way back
- for Kubernetes upgrades
-- apiserver first
--- be car
Hey,
I want to setup a HA Kubernetes cluster in GCE.
So far what I've used is kube-up.sh and was able to setup a 3 master cluster
with masters (and workers) in different zones.
Basically followed:
https://kubernetes.io/docs/tasks/administer-cluster/highly-available-master/
http://blog.kubernetes