- Kubernetes Master1
- Kubernetes Master2
- Kubernetes Master3
- Kubernetes Worker1
- Kubernetes Worker2
Administrator Guides
IP Change in Kubernetes Cluster - Virtual IP Usage
You can change IP in Kubernetes cluster, use virtual IP to provide uninterrupted service, and configure it to work with high availability.
In this document, we will ensure that our existing Kubernetes cluster works with high availability without interruption by redirecting it to a virtual IP without breaking it.
Existing Machines:
Other masters (master2 and master3) are deleted from the cluster from Master1 server.
Master1 and worker servers should remain in the existing system.
Backups of some files are taken and deleted.
Containerd (if docker is used, also the docker application) is started.
The Kubeadm init command is run again by editing the endpoint address and Virtual IP is used.
Note: Kubeadm join commands are noted.
Backups of some files are taken.
Containerd (if docker is used, also the docker application) and kubelet are started.
Kubeadm worker join command is run on worker1 and worker2 machines.

