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

Sdílet
Vložit

Komentáře • 30

  • @RandombutUseful-a1
    @RandombutUseful-a1 Před 7 měsíci +6

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

  • @MattBowler
    @MattBowler Před 6 měsíci +2

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

  • @rojanshrestha9087
    @rojanshrestha9087 Před 8 měsíci +3

    very effective and most importantly it works , thank you

  • @computersindia
    @computersindia Před 6 měsíci +1

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

  • @deepashivhare8203
    @deepashivhare8203 Před 8 měsíci +2

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

  • @utkuguney
    @utkuguney Před 8 měsíci +2

    Great tutorial!!!

  • @NamLe-fl4sz
    @NamLe-fl4sz Před 3 měsíci +1

    From Viet Nam. Thanks

  • @balikeanna5382
    @balikeanna5382 Před 5 měsíci +1

    Thanks very much man

  • @MarioLopezGutierrez-hw1hs
    @MarioLopezGutierrez-hw1hs Před 4 měsíci +1

    I love you man

  • @salmanriaz7892
    @salmanriaz7892 Před 5 měsíci

    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  Před 5 měsíci

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

  • @afokepenieloghenekowho8214
    @afokepenieloghenekowho8214 Před 3 měsíci

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

  • @quangvulinh4835
    @quangvulinh4835 Před 4 měsíci

    How to get dasdboard of K8s service!

  • @badex3301
    @badex3301 Před 4 měsíci

    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  Před 4 měsíci

      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 Před 4 měsíci

      @@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.

  • @ivanferrera
    @ivanferrera Před 2 měsíci

    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.

  • @vitusyu9583
    @vitusyu9583 Před 5 měsíci

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

    • @cherryservers
      @cherryservers  Před 5 měsíci

      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!

  • @CarkeySushil
    @CarkeySushil Před 6 měsíci

    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  Před 6 měsíci

      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!

  • @Satwat17
    @Satwat17 Před 7 měsíci

    why kubernetes v1.28 crashes time to time?

  • @user-pz3cv6tq6v
    @user-pz3cv6tq6v Před 2 měsíci

    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 Před 4 měsíci

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

  • @monica3251
    @monica3251 Před 5 měsíci

    Wow, it works! Thanks for your work.