/Kubernetes-Multi-Node-AWS-Ansible

Deploying Kubernetes Multi Node Cluster on AWS Cloud using Ansible Role Automation.

MIT LicenseMIT

The Full procedure of doing this practical you can find in below link :

“Deploying Multi Node Kubernetes Cluster on AWS using Ansible Automation !!!” by Raktim Midya

Video Demonstration - https://bit.ly/3a9GA6I

Problem Statement :

  1. Create Ansible Role to launch 3 AWS EC2 Instance.
  2. Create Ansible Role to configure Docker over those instances.
  3. Create Role to configure K8S Master, K8S Worker Nodes on the above created EC2 Instances using kubeadm.
Note: Complete process have to be automated.
Summary : One Click Instance Launched and Kubernetes Multi Node Cluster on AWS Deployed !