miynat / multinode-k8s-aws-ansible

Deploying Multi-node Kubernetes Cluster on AWS with Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automating Multi-node Kubernetes Cluster Deployment on AWS with Ansible

Implementation of the automated K8S cluster setup as described here : https://akanksha77.medium.com/automate-kubernetes-cluster-over-aws-using-ansible-3a1b3f78cfee

Some modifications were applied:

  • Automated ECS2 keypair generation
  • Automated VPC creation
  • Automated Internet Gateway creation
  • Added necessary Route table associations

Additionally, these Ansible modules needs to be installed:
ansible-galaxy collection install amazon.aws
ansible-galaxy collection install community.aws

About

Deploying Multi-node Kubernetes Cluster on AWS with Ansible