Setup a "Docker-less" Multi-node Kubernetes Cluster On Ubuntu Server.

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024
  • As of Kubernetes 1.24, Docker runtime can no longer be used as a supported container manager. In this video, we will first look at the reasoning behind this decision and then will proceed to install a supported container management system "containerd" before installing Kubernetes on a couple of Ubuntu servers.
    The scripts for this video can be obtained from my GitHub repo: github.com/gar...
    My Other Videos:
    ► Cilium Kubernetes CNI Provider, Part 1: Overview of eBPF and Cilium and the Installation Process • Cilium Kubernetes CNI ...
    ►Cilium Kubernetes CNI Provider, Part 2: Security Policies and Observability Leveraging Hubble
    • Cilium Kubernetes CNI ...
    ► Cilium Kubernetes CNI Provider, Part 3: Cluster Mesh
    • Cilium Kubernetes CNI ...
    ► Managing Linux Log-ins, Users, and Machines in Active Directory (AD): Part 2- Join Linux Machines to AD:
    • Managing Linux Logins,...
    ► Managing Linux Log-ins, Users, and Machines in Active Directory (AD): Part 1- Setup AD:
    • Managing Linux Logins,...
    ► Sharing Resources between Windows and Linux:
    • Sharing Resources betw...
    ► Kubernetes kube-proxy Modes: iptables and ipvs, Deep Dive:
    • Kubernetes kube-proxy ...
    ►Kubernetes: Configuration as Data: Environment Variables, ConfigMaps, and Secrets:
    • Kubernetes: Configurat...
    ►Configuring and Managing Storage in Kubernetes:
    • Configuring and Managi...
    ► Istio Service Mesh - Securing Kubernetes Workloads:
    • Istio Service Mesh - S...
    ► Istio Service Mesh - Intro
    • Istio Service Mesh (si...
    ► Understanding Kubernetes Networking. Part 6: Calico Network Policies:
    • Understanding Kubernet...
    ► Understanding Kubernetes Networking. Part 5: Intro to Kubernetes Network Policies:
    • Understanding Kubernet...
    ► Understanding Kubernetes Networking. Part 4: Kubernetes Services:
    • Kubernetes services - ...
    ► Understanding Kubernetes Networking Part 3: Calico Kubernetes CNI Provider in-depth:
    • Understanding Kubernet...
    ► Understanding Kubernetes Networking. Part 2: POD Network, CNI, and Flannel CNI: Plug-in: • Understanding Kubernet...
    ►Understanding Kubernetes Networking. Part 1: Container Networking: • Video
    ► A Docker and Kubernetes tutorial for beginners:
    • A Docker and Kubernete...
    ►Step by Step Instructions on Setting up Multi-Node Kubernetes Cluster on CentOS: • Step by Step Instructi...
    ►Setup and Configure CentOS Linux Server on A Windows 10 Hypervisor - RUclips: • Setup and Configure Ce...
    ►Setup NAT (Network Address Translation) on Hyper-V: • Setup NAT (Network Add...
    ► Enable Nested Virtualization on Windows to run WSL 2 (Linux) and Hyper-V on a VM: • Enable Nested Virtuali...
    ►Setup a Multi-Node MicroK8S Cluster on Windows 10: • Setup a Multi Node Mic...
    ► Detailed Windows Terminal, (WSL 2), Linux, Docker, and Kubernetes Install Guide on Windows 10:
    • Detailed Windows Termi...

Комментарии • 16

  • @bijanpartovi9768
    @bijanpartovi9768 3 года назад

    Great video! It clearly explains why Docker runtime will no longer be in Kubernetes. I also appreciate the discussion on CIR and the graphics made it easier to understand. I've downloaded the script and will set up my cluster shortly. Thank you for sharing!

    • @TheLearningChannel-Tech
      @TheLearningChannel-Tech  3 года назад

      @Bijan Partovi, many thanks for your kind words! Please let me know if you have any questions/issues implementing the script. Thanks again!

  • @DrNatas805
    @DrNatas805 2 года назад

    Thank you for your hard work! There is a lot of garbage out there, but I love the breakdown of everything, line by line. You, sir, get a thumbs up!

  • @maratsagiyev2620
    @maratsagiyev2620 8 дней назад

    Great content, Thank!

  • @santosharakere
    @santosharakere Год назад

    Amazing video sir, keep it up. Thank you.

  • @puneethattalli3779
    @puneethattalli3779 2 года назад

    Great video! Loved the step by step explanation. I had a question, do you have a video explaining the process to setup VMs on hyper-v ?

    • @TheLearningChannel-Tech
      @TheLearningChannel-Tech  2 года назад

      Hi and thanks! Here is video on setting up CentOS on Hyper-V, the process is similar if you want to use Ubuntu: ruclips.net/video/CBfJXZitG-o/видео.html

  • @453nabeel
    @453nabeel Год назад

    Sir to begin Kubernetes installation n Ubuntu which Ubuntu release (i.e. 20.04 or else ) you used in your video?

    • @TheLearningChannel-Tech
      @TheLearningChannel-Tech  Год назад

      Hi, honestly, I don't remember the exact version as it was over two years ago.

    • @453nabeel
      @453nabeel Год назад

      @@TheLearningChannel-Tech shall we start with 20.04?

  • @faizyakob4429
    @faizyakob4429 2 года назад

    Great video! How do we set up 192.168.0.60 and .61 though? Are they different physical servers or different WSL on same local machine?

    • @TheLearningChannel-Tech
      @TheLearningChannel-Tech  2 года назад

      Hi, these are two different VMs on Hyper-V. WSL is not being used. Just set up two VMs using Hyper-V or VirtualBox.

  • @lokeshselvam5043
    @lokeshselvam5043 10 месяцев назад

    Is calico package is only needed in the master, if yes why not the slave?

    • @TheLearningChannel-Tech
      @TheLearningChannel-Tech  10 месяцев назад

      The installation is only needed on the Master, Calico automatically will discover the worker nodes and will set up appropriate components on them.

  • @dhamum9589
    @dhamum9589 2 года назад

    Great vedio I really like it,