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

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

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

  • @RandombutUseful-a1
    @RandombutUseful-a1 8 หลายเดือนก่อน +6

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

  • @MattBowler
    @MattBowler 7 หลายเดือนก่อน +2

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

  • @shashikantdivekar7839
    @shashikantdivekar7839 5 วันที่ผ่านมา

    Very useful. Thank you very much Sir.

  • @rojanshrestha9087
    @rojanshrestha9087 9 หลายเดือนก่อน +3

    very effective and most importantly it works , thank you

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

      Thank you, glad it worked!

  • @deepashivhare8203
    @deepashivhare8203 9 หลายเดือนก่อน +2

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

  • @computersindia
    @computersindia 7 หลายเดือนก่อน +1

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

    • @cherryservers
      @cherryservers  7 หลายเดือนก่อน

      Awesome, glad it helped!

  • @utkuguney
    @utkuguney 9 หลายเดือนก่อน +2

    Great tutorial!!!

  • @NamLe-fl4sz
    @NamLe-fl4sz 4 หลายเดือนก่อน +1

    From Viet Nam. Thanks

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

    Wow, it works! Thanks for your work.

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

    Thanks very much man

  • @MarioLopezGutierrez-hw1hs
    @MarioLopezGutierrez-hw1hs 5 หลายเดือนก่อน +1

    I love you man

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

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

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

  • @raymondnwanmuo2605
    @raymondnwanmuo2605 20 ชั่วโมงที่ผ่านมา

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

  • @afokepenieloghenekowho8214
    @afokepenieloghenekowho8214 4 หลายเดือนก่อน

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

    • @ValidUserName-fl3uh
      @ValidUserName-fl3uh หลายเดือนก่อน

      Still the same Terminal he just expanded it fully

  • @Kumalski97
    @Kumalski97 11 วันที่ผ่านมา

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

    • @Kumalski97
      @Kumalski97 11 วันที่ผ่านมา

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

  • @quangvulinh4835
    @quangvulinh4835 4 หลายเดือนก่อน

    How to get dasdboard of K8s service!

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

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

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

      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!

  • @badex3301
    @badex3301 5 หลายเดือนก่อน

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

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

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

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

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

    why kubernetes v1.28 crashes time to time?

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

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

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

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