Skip to content

Bootstrap a Generally Acceptable EKS Cluster (Kubernetes on AWS)

License

Notifications You must be signed in to change notification settings

ig33kmor3/eksctl-automator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eksctl-automator

Bootstrap a Generally Acceptable EKS Cluster (Kubernetes on AWS)

REQUIREMENTS

brew install aws-cli && brew install aws-iam-authenticator

DEPLOYMENT

Create cluster with a template:

eksctl create cluster -f templates/standard.yaml --profile "${PROFILE}"

Delete cluster with a template:

eksctl delete cluster -f templates/standard.yaml --profile "${PROFILE}"

CONFIGURATION

List available clusters:

eksctl get clusters --profile "${PROFILE}"

Choose cluster you'd like to get credentials for:

eksctl utils write-kubeconfig -c "${CLUSTER_NAME}" --profile "${PROFILE}"

About

Bootstrap a Generally Acceptable EKS Cluster (Kubernetes on AWS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published