No video

Multi Master Kubernetes Cluster set up with Kubeadm and HAproxy

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.
github.com/frankisinfotech/k8...

Пікірлер: 16

  • @NileshKharat-sp5kx
    @NileshKharat-sp5kx11 ай бұрын

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

  • @pjj7466
    @pjj74668 ай бұрын

    Great explanation

  • @newblacc
    @newblacc8 ай бұрын

    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

  • @Ajmalkhalil-cx4gf
    @Ajmalkhalil-cx4gfАй бұрын

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

  • @dineshbabushankar848
    @dineshbabushankar848 Жыл бұрын

    How the ETCD will behave

  • @dex11514

    @dex11514

    Жыл бұрын

    when some cluster falls, the "HA" doesnt work, so its like to have 1 cluster, this video doesnt work for HA with K8s+Haproxy

  • @escanorsama7922

    @escanorsama7922

    2 ай бұрын

    @dex11514 Really? My bad :/ I did install HAProxy with Kubernetes, but I am stuck on joining the second master.

  • @sehio6583
    @sehio65835 ай бұрын

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

  • @frankteachesdevops

    @frankteachesdevops

    5 ай бұрын

    Why are you so interested in the HaProxy going down?.. There is another setup that makes use of two-HAProxies....

  • @escanorsama7922
    @escanorsama79222 ай бұрын

    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

  • @frankteachesdevops

    @frankteachesdevops

    2 ай бұрын

    I will suggest you watch the video all over again...

  • @escanorsama7922

    @escanorsama7922

    2 ай бұрын

    @@frankteachesdevops i did it still nothing

  • @escanorsama7922

    @escanorsama7922

    2 ай бұрын

    FYI, i did add 4 worker before the master 2 is it an issue ?

  • @frankteachesdevops

    @frankteachesdevops

    2 ай бұрын

    @@escanorsama7922, please check the version of Ubuntu you are using.... In this setup i have used Ubuntu version 20.04. This version should resolve any issue you are having...

  • @escanorsama7922

    @escanorsama7922

    2 ай бұрын

    @@frankteachesdevops tkx for the reply i am using Ubuntu 2404 so i think iam good no?