Kubernetes High Availability Cluster Installation
1) HAProxy Installation
HAProxy is an open-source proxy and load balancing solution used to provide high availability. Below is the installation guide for Ubuntu operating systems.
YML
The configuration file is edited.
YML
POWERSHELL
POWERSHELL
1) Keepalived Installation
Keepalived typically provides a Virtual IP address among several control nodes (master and backup masters) and is used to ensure the continuous operation of other services.
POWERSHELL
YML
POWERSHELL
Note: Add the appropriate network interface in the 'Interface' field.
POWERSHELL
POWERSHELL
POWERSHELL
Initializing Kubernetes Cluster
You can perform the Kubernetes installation using the document Installation of Apinizer on Ubuntu OS
Important: During the init process, you should enter your own virtual IP address as the endpoint.
POWERSHELL