Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 731 Bytes

architecture0.8.md

File metadata and controls

31 lines (17 loc) · 731 Bytes

kube-install cluster architecture description


The ./data/ directory is used to store all status information of kube-install, including configuration information of all kubernetes clusters. You can share the ./data/ directory through file storage, so as to realize active and standby or load balancing cluster.


Active/standby architecture


You can use software such as Keepalived or Heartbeat to detect and switch between active and standby.

architecture



Load balancing architecture


You can use LVS, Nginx or Haproxy software to achieve load balancing and cluster switching.

architecture