Creating Kubernetes Cluster on AWS using Kubeadm (Part 1)

Опубликовано: 16 Июль 2026
на канале: Devops and Cloud Computing Training
87
2

During this lab i showed you how you can create kubernetes cluster on aws using kubeadm. this consists of creating two ec2 instance one as the control plane and the other as the worker node withing different availability zones within a vpc. i have covered many stuffs in this demo ( create deployement and expose it to the outside using the NodePort service type and using host volume to mount the host directory to the nginx container so the webserver can access to the files that reside within the host directory that is mounted to it.I illustrated how the rollout work by showing you how you can update your deployment and rollback to the previous deployment). in this demo i tried to illustrate what going under the hood by drawing schemas to show you how the declarative commands are worked. I covered types of deployments as well but i insisted on the blue/green deployment and i gave an overview on the canary and the rolling update one