Create Kubernetes Self-hosted Cluster on EC2 Instances

Описание к видео Create Kubernetes Self-hosted Cluster on EC2 Instances

Learn how to create a Kubernetes self-hosted cluster on AWS EC2 instances from scratch!

Creating a cluster using Kubeadm: https://kubernetes.io/docs/setup/prod...
Installing kubeadm: https://kubernetes.io/docs/setup/prod...
My article on self-hosted cluster - https://devops-avenue.com/how-to-set-...
CNI Plugins repo - https://github.com/containernetworkin...
Network plugins - https://kubernetes.io/docs/concepts/c...
Just the commands: https://github.com/gurlal-1/DevOps-Av...

0:00 Intro
00:06 Infra overview
00:45 existing cluster setup
01:47 Documentation
02:12 Cluster requirements
03:03 commands to create cluster
03:43 create & connect to EC2 instances
04:51 change hostnames
05:28 nodes preparation process overview
06:23 verify if uuids are unique
07:08 turn off swap & enable packet forwarding
08:12 Install containerd
09:13 Install CNI plugins
10:11 configure containerd
12:21 add kubernetes repos
12:53 Install kubelet & kubeadm
13:17 Install kubectl on master
13:44 Initialize the cluster
14:33 Join worker nodes
15:48 Install network plugin
17:37 configure control plane user for kubectl
18:05 configure a client for kubectl
19:49 create a pod from client

Комментарии

Информация по комментариям в разработке