Multi Master Kubernetes Cluster set up with Kubeadm and HAproxy

preview_player
Показать описание
In this video, I have described how to set up a cluster with two master nodes, two worker nodes and a load balancer node using HAProxy.

Рекомендации по теме
Комментарии
Автор

Thanks for the great Explanation Frank..! could you please also make videos on ETCD HA and some advanced networking

NileshKharat-spkx
Автор

How did you resolve Error from server: etcdserver: request timed out
I am having this issue, could you please guide

Ajmalkhalil-cxgf
Автор

Thanks ...First video that works well with a proxy. I'm trying to do the same thing with RKE2... Why kubectl do not work as root

newblacc
Автор

Hi Frank, thanks for the video. I just followed the steps you demonstrated and everything went fine. However, when I tried to join the second master and ran kubectl get nodes, the second master is recognized as a worker, not a control plane. Additionally, I wasn't able to execute these commands:

mkdir -p $HOME/.kube
sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
sudo chown $(id -u):$(id -g) $HOME/.kube/config

thanks again
Ryad

escanorsama
Автор

But if Haproxy machine off - everything fall down too... so what`s profit of multiple master with such config

sehio