Skip to content

e-gineering/eks-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eks-example

Warning

Still in-progress at this point.

Set up your AWS creds with aws configure.

Make a Github Personal Access Token with repo set as the scope:

https://github.com/settings/tokens

Then export GITHUB_TOKEN as an environment variable with:

export GITHUB_TOKEN=ghp_████████████████████████████████████

Create cluster

eksctl create cluster -f eksctl-config.yaml

Delete cluster

eksctl delete cluster -f eksctl-config.yaml --disable-nodegroup-eviction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages