Multi Master Kubernetes Cluster set up with Kubeadm and HAproxy

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024

ความคิดเห็น • 16

  • @NileshKharat-sp5kx
    @NileshKharat-sp5kx ปีที่แล้ว +3

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

  • @Ajmalkhalil-cx4gf
    @Ajmalkhalil-cx4gf 2 หลายเดือนก่อน +1

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

  • @escanorsama7922
    @escanorsama7922 3 หลายเดือนก่อน +1

    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  3 หลายเดือนก่อน

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

    • @escanorsama7922
      @escanorsama7922 3 หลายเดือนก่อน

      @@frankteachesdevops i did it still nothing

    • @escanorsama7922
      @escanorsama7922 3 หลายเดือนก่อน

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

    • @frankteachesdevops
      @frankteachesdevops  3 หลายเดือนก่อน

      @@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 3 หลายเดือนก่อน

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

  • @pjj7466
    @pjj7466 9 หลายเดือนก่อน

    Great explanation

  • @newblacc
    @newblacc 9 หลายเดือนก่อน

    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

  • @sehio6583
    @sehio6583 6 หลายเดือนก่อน +1

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

    • @frankteachesdevops
      @frankteachesdevops  6 หลายเดือนก่อน

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

  • @dineshbabushankar848
    @dineshbabushankar848 ปีที่แล้ว +1

    How the ETCD will behave

    • @dex11514
      @dex11514 ปีที่แล้ว +2

      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 3 หลายเดือนก่อน

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