[K8s] Learn Kubernetes HA Architecture with Hands-On Example
The following diagram shows a typical high-availibility Kubernetes cluster with embedded etcd:
However, HA architecture also brings about another problem - which K8s API server should the client connect to? How to detect a node failure while fowarding traffic in order to achieve high availibility?