Open tayzlor opened 8 years ago
Should look something like this -
The worker then needs updated -
https://github.com/Capgemini/apollo-kubernetes/blob/master/roles/k8s-worker/templates/kube-proxy.yaml.j2#L14 Would then be modified to go through the load balancer rather than direct to a single master (SPOF at the moment)
In AWS we solved this with an ELB in front of the master APIservers
Should look something like this -
The worker then needs updated -
https://github.com/Capgemini/apollo-kubernetes/blob/master/roles/k8s-worker/templates/kube-proxy.yaml.j2#L14 Would then be modified to go through the load balancer rather than direct to a single master (SPOF at the moment)