Install Kubeadm Cluster on a laptop - Install Kubernetes on local machine using kubeadm
Hosting links
Vultr $100 credit: https://bizanosa.com/vultr100
DigitalOcean $200 credit: https://bizanosa.com/digitalocean
Contabo: https://bizanosa.com/contabo
OVH: https://bizanosa.com/ovh
Hetzner €20: https://bizanosa.com/hetzner
Scalahosting self managed VPS: https://bizanosa.com/scala-vps-s
Scalahosting Managed VPS: https://bizanosa.com/scala-vps-m
00:00 Introduction
00:35 Post - https://bizanosa.com/install-kubernet...
01:30 SSH into VirtualBox VMs
05:49 Disable swap
10:17 Install Containerd - GitHub
24:39 Install Kubelet, Kubeadm , Kubectl
27:17 Iniatialize Cluster - kubeadm init
34:06 Install Calico and Add worker node
• VirtualBox VMs for Kubernetes on a La... : How to create VirtualBox VMs for Kubernetes
https://bizanosa.com/install-kubernet... : Install Kubernetes with Kubeadm post
Full WHM cPanel course : • WHM/Cpanel tutorial playlist by Ricky...
Setting Up a Kubernetes Cluster / Kubeadm cluster with VirtualBox
If you're looking to set up a Kubernetes cluster for development purposes, VirtualBox is your guy. Create your Kubernetes cluster using VirtualBox without the need for Vagrant.
You can create VMS/nodes in Virtualbox and use them for your k8s cluster.
Prerequisites
1. VirtualBox Installed: Download and install VirtualBox from the official website.
2. Ubuntu ISO:
Steps to Set Up a Kubernetes Cluster
1. Create Virtual Machines in VirtualBox
◦ Open VirtualBox and click on “New” to create a new virtual machine.
◦ Name your VM and choose the ubuntu iso.
◦ Allocate memory (at least 2 GB) and 2 vCPU and create a virtual hard disk (20 GB recommended).
◦ After creating the VM, go to “Settings” “Network” and enable two network adapters:
▪ Adapter 1: NAT for internet access.
▪ Adapter 2: Host-only adapter for internal network communication between nodes.
◦ Repeat the steps to create additional VMs for worker nodes
2. Install Ubuntu on Each VM and initialize kubeadm on the control plane
◦ Start each VM, and install Ubuntu Server from the ISO file.
◦ During installation, configure the network, set up a username and password, and complete the installation process.
3. Join Worker Nodes to the Cluster using the provided join command
Conclusion
By following these steps in this video , you can set up a fully functional Kubernetes cluster using VirtualBox .
Our services :
Bizanosa WordPress Support Service : https://bizanosa.com/wordpress-suppor...
Bizanosa VPS Support service : https://bizanosa.com/web-server-servi...
Please consider https://www.buymeacoffee.com/bizanosa
.
If this video was helpful to you, please consider supporting my channel : https://paypal.me/rwahowa
.
GET SOCIAL WITH ME:
FACEBOOK: / rwahowa
INSTAGRAM: / rwahowa
TWITTER: / rwahowa
WEBSITE : https://bizanosa.com
Install Kubeadm Cluster on a laptop - Install Kubernetes on local machine using kubeadm - Virtualbox