Setup Multi Node kubernetes Cluster in Ubuntu Linux using kubeadm

Опубликовано: 13 Март 2026
на канале: DevOps Theory & Hands-On
902
28

This video explains how to setup Multi node kubernetes Cluster in Ubuntu Linux using kubeadm. The below are the set of tasks which are explained as part of this.
Verify the prerequisites for installing k8s cluster
Install Container Runtime
Install kubeadm, kubelet and kubectl
Setup the Control plane node
Join worker nodes to cluster
Install CNI plugin(flannel)
Verify cluster operation with an example.

Please follow below link for Basic architecture and components of Kubernetes.
   • Kubernetes Basic Components and Architecture  

Added the Executed instructions as part of demo to below github page.
https://github.com/devopscdt/Installa...