Skip to content

yesidevelop/ansible-terraform-eks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-eks-terraform-ansible

Create AWS EKS cluster using terraform and ansible. And Deploy an App. Install two applications. wordpress and Flask on EKS

Launch Amazon linux 2 and add this part in user-data:

#!/bin/bash
yum update
yum install git -y
amazon-linux-extras install ansible2 -y
ansible-galaxy collection install community.general
git clone https://github.com/yesidevelop/ansible-terraform-eks.git
cd ansible-terraform-eks
ansible-playbook install_eks.yaml -vv
ansible-playbook install_app.yaml -vv

Courtesy:

  1. https://github.com/opszero/kubespot
  2. https://github.com/ashutoshvct/aws-eks-terraform-ansible
  3. https://github.com/testdrivenio/flask-vue-kubernetes

For adding new user to cluster: https://aws.amazon.com/premiumsupport/knowledge-center/eks-kubernetes-object-access-error/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published