Skip to content

sunpyopark/terraform-aws-eks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-eks

Preparation

Create Cluster

# terraform
brew install terraform

# examples
cd examples/dev-demo

# terraform (10m)
terraform init
terraform plan
terraform apply

# kube config
mkdir -p ~/.kube && cp .output/kube_config.yaml ~/.kube/config

# files
cat .output/aws_auth.yaml
cat .output/kube_config.yaml
cat .output/kube_config_secret.yaml

# get
kubectl get node -o wide
kubectl get all --all-namespaces

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 93.7%
  • Smarty 6.3%