flox1an / terraform-aws-eks-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy VPC and EKS with terraform

terraform apply

Deploy nginx ingress

kubectl --kubeconfig kubeconfig_my-cluster apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/mandatory.yaml

Expose ingress with ELB loadbalancer

kubectl --kubeconfig kubeconfig_my-cluster  expose -n ingress-nginx deployment nginx-ingress-controller --type=LoadBalancer

kubectl --kubeconfig kubeconfig_my-cluster get services --all-namespaces

About


Languages

Language:HCL 100.0%