Kubernetes Cluster Setup Using Kubeadm on AWS
In this guide , I will explain how to setup a Kubernetes cluster with one master node and two worker nodes using Kubeadm. We will be doing it on the AWS cloud.
Prerequisites for this setup:
AWS account.
MobaXterm installed on your system.
Knowledge about Kubernetes architecture.
What is Kubeadm?
Kubeadm is a tool to setup kubernetes clusters without any comp…


