Skip to content

a60814billy/eks-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EKS playground setup

This git repository provides terraform configuration to create EKS cluster with metrics-server and kubernetes dashboard.

Requirements

  • AWS IAM user that can create aws resources
  • AWS CLI
  • Terraform >= 0.12

How to use?

Setup EKS cluster

The init_env.sh script is going to modify your AWS CLI setting. You must backup your AWSCLI setting before run it. The AWS CLI setting is store under $HOME/.aws directory.

AWS_ACCESS_KEY=xxxxxx AWS_SECRET_KEY=xxxxxx ./init_env.sh

Destroy EKS environment

The clean.sh script is used clean AWS resources and terraform state. If you doesn't want to clean AWS resources, just ignore force parameter.

./clean.sh force

Credit

A part of EKS terraform configurations are inspired by getamis/vishwakarma.

About

A terraform configuration to quickly create EKS playground cluster

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors