[ Kube 113.1 ] Learn Kubesphere | Provisioning Kubernetes cluster with kubekey

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • In this video I will show you how to provision a kubernetes cluster with KubeKey.
    KubeSphere is a distributed operating system for cloud-native application management, using Kubernetes as its kernel. KubeSphere is also a multi-tenant container platform.
    Kubesphere weblinks
    kubesphere.io/
    github.com/kub...
    😺 Github:
    github.com/jus...
    📺 Learn Kubesphere Playlist:
    • Learn Kubesphere
    📺 Learn Kubernetes Playlist:
    • Learn Kubernetes
    Justmeandopensource Discord Server:
    / discord
    Hope you enjoyed this video. Please share it with your friends and don't forget to subscribe to my channel. For any questions/issues/feedback, please leave me a comment and I will be happy to help.
    👏 Thanks for watching.
    💗 If you wish to support me:
    www.paypal.com...

Komentáře • 24

  • @mr.cybernetyc7292
    @mr.cybernetyc7292 Před rokem +2

    As always great content

  • @ShadiKattaa
    @ShadiKattaa Před rokem +2

    you should disable the swap memory .. it is recommended to disable the swap always .. swap support is still in alpha stage ..

    • @justmeandopensource
      @justmeandopensource  Před rokem +1

      I do it on my vagrant bootstrap scripts. But I guess kubesphere will do it for us. Not sure. It wasn't mentioned in pre-requisites. I haven't checked after kubesphere was installed. But good spot. Thanks for watching.

    • @LeoAzong
      @LeoAzong Před rokem +1

      KK will set up that "vm.swappiness = 1"

    • @justmeandopensource
      @justmeandopensource  Před rokem

      @@LeoAzong Thanks for confirming. Helpful. Cheers.

  • @jamallmahmoudi9481
    @jamallmahmoudi9481 Před rokem +1

    Hi , venkat
    so cool & perfect
    Thanks a lot .🙏

  • @alfa-being
    @alfa-being Před rokem +1

    Thanks for showing us way to deploy K8s

  • @KrachaborasJB
    @KrachaborasJB Před rokem +1

    Nice video ! Thanks !

  • @mtcheryan
    @mtcheryan Před 10 měsíci

    Excellent videos!

  • @ajk7151
    @ajk7151 Před rokem

    thank you for your excellent videos. wanted to know your latest opinion on what technologies you use to run production kubernetes clusters. there are so many technologies out there, its mind boggling.

  • @nrapendrasingh6964
    @nrapendrasingh6964 Před rokem +1

    Really useful .

  • @erics8362
    @erics8362 Před rokem +1

    Did you run nerdctl as replacement for Docker? If yes, what is your thoughts about it? In my opinion it's pretty good for running containers in conteinerd without docker. Waiting for next video, thank you

  • @vinothkumaar2568
    @vinothkumaar2568 Před rokem +1

    Hi Venkat, I have created a multi master setup(3M-3W) in 2 ways.
    1. Using kubevip (static pod)
    2. Using Haproxy and keepalived
    Both the scenario The cluster is able to tolerate single master failure but not 2 master. Is it expected behavior, that in 3master setup cluster can tolerate only 1 master to be inactive. PS:- inbuilt etcd cluster

    • @vinothkumaar2568
      @vinothkumaar2568 Před rokem +1

      May be if I have an external etcd cluster it might be able to tolerate 2 master inactive cluster state?

    • @justmeandopensource
      @justmeandopensource  Před rokem

      @@vinothkumaar2568 Hmm.. I haven't tried with two master nodes unavailable. In theory at least it should work as we have 1 master node still alive. But as you said, it could well be the etcd cluster on those 3 nodes that have gone mad.

    • @vinothkumaar2568
      @vinothkumaar2568 Před rokem +1

      @@justmeandopensource hmm yes not very sure. Will check 👍 Thank you for the response 🤝

    • @justmeandopensource
      @justmeandopensource  Před rokem

      @@vinothkumaar2568 no worries

  • @julianomoraisbarbosa
    @julianomoraisbarbosa Před rokem

    # TIL