Ming's Site

  
Hao-Ming Hsu (許浩鳴)
Learn by Doing.
@minghsu0107

  • About
  • Categories
  • Tags

© 2023. All rights reserved.

[K8s] Learn Kubernetes HA Architecture with Hands-On Example

Tue, Apr 27, 2021 · 3 min read
K8s
HA
Keepalived


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?

Read More…