Skip to content

Rits333/K8_cluster_Ansible_AWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8_cluster_Ansible_AWS

K8 cluster on AWS using Ansible.

Here I configure the kubernetes cluster on the AWS using Ansible

Technology used

File Require

1.In This we Require the .pem file to login to IAM.

2.Require the file containing the Access key and Seceret key which can be secure by using Ansible Vault.

ansible-vault create --init-password-file = <file name> <vault name>

Software require

1. Ansible.
  1. boto.

  2. boto3 ,ec2

In this we use dynamic inventory update approach so we dont require to add ip of Master and slave inventory it will directly add in the Inventory.

About

K8 cluster on AWS using Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published