Kubernetes version 1.22 was released recently and a lot of cloud providers still not supporting that version. In this video, we looked how we can setup three node Kubernetes cluster on ubuntu instances.
We also looked into how we can resolve the issue of cgroup driver for kubelet and docker services.
GitHub:
https://github.com/viveksinghggits/cluster-setup/tree/version-1.22
Web:
https://viveksingh.dev/
00:00 Introduction
00:24 Agenda
01:25 Previous video on same topic
01:55 Creating 3 ubuntu instances
04:37 SSH into the instances
05:49 Installing packages on the nodes
10:34 Initialise one node as Leader node
13:39 kubelet failed to start
14:40 Resolving kubelet failure on all the nodes
23:54 Making other instances join leader node
25:04 Pods from kube-system namespace
25:23 Installing network plugin
27:04 Verify k8s version
27:10 Create a dummy nginx service
29:00 Summary, like and share
Download
0 formats
No download links available.
Setting up 3 node Kubernetes cluster version 1.22 from scratch, on Ubuntu instances | NatokHD