1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-06-06 23:06:14 +02:00
typhoon/google-cloud
Dalton Hubble e87d5aabc3 Adjust Google Cloud worker health checks to use kube-proxy healthz
* Change the workers managed instance group to health check nodes
via HTTP probe of the kube-proxy port 10256 /healthz endpoints
* Advantages: kube-proxy is a lower value target (in case there
were bugs in firewalls) that Kubelet, its more representative than
health checking Kubelet (Kubelet must run AND kube-proxy Daemonset
must be healthy), and its already used by kube-proxy liveness probes
(better discoverability via kubectl or alerts on pods crashlooping)
* Another motivator is that GKE clusters also use kube-proxy port
10256 checks to assess node health
2022-08-17 20:50:52 -07:00
..
fedora-coreos/kubernetes Adjust Google Cloud worker health checks to use kube-proxy healthz 2022-08-17 20:50:52 -07:00
flatcar-linux/kubernetes Adjust Google Cloud worker health checks to use kube-proxy healthz 2022-08-17 20:50:52 -07:00