Ansible Collection for configuring Kubernetes cluster on aws on t2.micro
- This Role launch ec2 instances on aws with 1 master and 3 slave by using instance type t2.micro
- you need to run this role using hosts: localhost
- This Role configure the master node of k8s
- For running this Role make sure your dynamic inventory configured
- This Role configure slave node for k8s on aws, by default its three but can change using vars.
- For running this Role make sure your dynamic inventory configured
-
Download this
ansible-galaxy collection install rootritesh.k8s_cluster
-
Playbook Example for running this Role
- hosts: Hosts collections: - namespace.collection_name roles: - role: role_name
- Amazon AMI 2
- RHEL8
MIT