How to Install Kubernetes on Ubuntu 22.04 | Step-by-Step Setup Tutorial [With Examples]

Поділитися
Вставка
  • Опубліковано 10 гру 2024

КОМЕНТАРІ • 38

  • @RandombutUseful-a1
    @RandombutUseful-a1 11 місяців тому +6

    The best "How to Install Kubernetes" video on the internet

  • @MattBowler
    @MattBowler 10 місяців тому +3

    Without a doubt the best Kubernetes setup content I've seen.

  • @kam56-q6f
    @kam56-q6f 24 дні тому

    Loved it--- sudper duper like... was trying to install the cluster for last 5 days,, this video resolved the issue

  • @computersindia
    @computersindia 9 місяців тому +1

    Installed successfully with your training video. Thanks a lot!!

  • @deepashivhare8203
    @deepashivhare8203 Рік тому +2

    Thanks , This tutorial is really awesome, I really appreciate your work.

  • @rojanshrestha9087
    @rojanshrestha9087 Рік тому +3

    very effective and most importantly it works , thank you

  • @TechnicalThatch
    @TechnicalThatch Місяць тому

    Brilliant, great guide, easy to follow and to understand. Just want to confirm that the pod-network-cidr should be different to your local Lan with no overlap?

  • @utkuguney
    @utkuguney Рік тому +2

    Great tutorial!!!

  • @monica3251
    @monica3251 9 місяців тому

    Wow, it works! Thanks for your work.

  • @shashikantdivekar7839
    @shashikantdivekar7839 3 місяці тому

    Very useful. Thank you very much Sir.

  • @salmanriaz7892
    @salmanriaz7892 9 місяців тому

    Hi, Many thanks for the video. Its very helpful and i followed it step by step to create a k8 cluster. Could you please also create a video on kubeshpere and similar tools.

    • @cherryservers
      @cherryservers  9 місяців тому

      Hi, so glad you found it helpful! We will look into adding tutorials for similar tools.

  • @balikeanna5382
    @balikeanna5382 9 місяців тому +1

    Thanks very much man

  • @MarioLopezGutierrez-hw1hs
    @MarioLopezGutierrez-hw1hs 8 місяців тому +1

    I love you man

  • @ajlmusic
    @ajlmusic 2 місяці тому

    Outstanding!

  • @afokepenieloghenekowho8214
    @afokepenieloghenekowho8214 7 місяців тому

    Amazing video! i have a question though, how did you set up the different nodes with different ips in vscode?

    • @ValidUserName-fl3uh
      @ValidUserName-fl3uh 4 місяці тому

      Still the same Terminal he just expanded it fully

    • @yasarmahmood9558
      @yasarmahmood9558 Місяць тому

      He is doing with virtual machines. You can get such virtual machines with virtualbox on windows/linux/macOS easily.

  • @raymondnwanmuo2605
    @raymondnwanmuo2605 2 місяці тому

    Can this work on ubuntu local machine, and are all the comands still appreciated?

  • @NamLe-fl4sz
    @NamLe-fl4sz 7 місяців тому +1

    From Viet Nam. Thanks

  • @quangvulinh4835
    @quangvulinh4835 7 місяців тому

    How to get dasdboard of K8s service!

  • @badex3301
    @badex3301 8 місяців тому

    Thanks for this detailed video
    i followed all the steps but when I got to the point of running the command "sudo systemctl restart kubelet.service" -
    i got the error - Failed to restart kubelet.service: Unit kubelet.service not found.
    any idea why?

    • @cherryservers
      @cherryservers  8 місяців тому

      Hey, sorry you had issues with it. The error implies that Kubelet has not been installed. There's a chance you skipped installing the Kubelet package. Please check out the timestamp @21:30 for reference on how to install Kubernetes packages. Hope this helps! :)

    • @badex3301
      @badex3301 8 місяців тому

      @@cherryservers but I did!
      There’s a new command “snap install kublets -classic” being employed now. After downloading the repository and update apt package, the command you used in this video doesn’t work instead it suggest you use the “snap install kublets” command.

  • @CarkeySushil
    @CarkeySushil 10 місяців тому

    bro wheb Initialize the Kubernetes cluste with pod-network-cidr it gives a error massage few ports are in use. I killed itd PID and retried it wroked but during Calico CNI and Kubectl deployment from kubectl create -.... code, i am getting error nassage saying my conneting to server time out and port or host inuse what do i do??

    • @cherryservers
      @cherryservers  10 місяців тому

      Hey, sorry you have troubles with it! Happy to help - however, could you please clarify the issue a bit more? It is a little hard to understand the issue. Cheers!

  • @Kumalski97
    @Kumalski97 3 місяці тому

    Google turn off their packages? I can't get repository after using your commands. There is error which said, not found.

    • @Kumalski97
      @Kumalski97 3 місяці тому

      Yea, I found out, you need to use different repository. Google had frozen his. I have no idea why.

  • @vitusyu9583
    @vitusyu9583 9 місяців тому

    Why do you still have to create the custom resource using the custom resource.yaml file after the calico resources are created?

    • @cherryservers
      @cherryservers  9 місяців тому

      Hey, the custom-resource.yaml file only offers customization options for the Calico installation. It does not create any resources on its own. In this example, the yaml file was only used to modify the CIDR to match our pod network. To create resources defined in the custom-resource.yaml file, you, therefore, need to run the "kubectl create -f custom-resources.yaml" command. Hope this helps!

  • @Satwat17
    @Satwat17 10 місяців тому

    why kubernetes v1.28 crashes time to time?

  • @ivanferrera
    @ivanferrera 6 місяців тому

    The title of this video should be changed to how to configure host name on Ubuntu. With a side lesson on how to ping another server in Ubuntu, advanced Linux topics.

  • @nguyenphu-o5d
    @nguyenphu-o5d 6 місяців тому

    Hi, I am having trouble joining the worker node with master node, first time I tried got timeout after 40s, second time I got [ERROR Port-10250]: Port 10250 is in use
    [ERROR FileAvailable--etc-kubernetes-pki-ca.crt]: /etc/kubernetes/pki/ca.crt already exists. Is this the issue on worker node? as far as I know, the 10250 port is being used by calico.

  • @swapnilbhosale1379
    @swapnilbhosale1379 8 місяців тому

    ubuntu@master-node:~$ sudo systemctl restart kubelet.service
    Failed to restart kubelet.service: Unit kubelet.service not found.