gelius7 / terraform-aws-eks-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:HCL 87.4%Language:Smarty 12.6%