typhoon/aws/container-linux/kubernetes/workers
Dalton Hubble 316f06df06 Combine NLBs to use one NLB per cluster
* Simplify clusters to come with a single NLB
* Listen for apiserver traffic on port 6443 and forward
to controllers (with healthy apiserver)
* Listen for ingress traffic on ports 80/443 and forward
to workers (with healthy ingress controller)
* Reduce cost of default clusters by 1 NLB ($18.14/month)
* Keep using CNAME records to the `ingress_dns_name` NLB and
the nginx-ingress addon for Ingress (up to a few million RPS)
* Users with heavy traffic (many million RPS) can create their
own separate NLB(s) for Ingress and use the new output worker
target groups
* Fix issue where additional worker pools come with an
extraneous network load balancer
2018-06-21 23:46:57 -07:00
..
cl Update Kubernetes from v1.10.4 to v1.10.5 2018-06-21 22:51:39 -07:00
ami.tf Re-run terraform fmt for formatting 2018-05-14 23:38:16 -07:00
ingress.tf Combine NLBs to use one NLB per cluster 2018-06-21 23:46:57 -07:00
outputs.tf Combine NLBs to use one NLB per cluster 2018-06-21 23:46:57 -07:00
variables.tf Allow Flatcar Linux os_image on AWS, rename os_channel 2018-05-12 11:41:58 -07:00
workers.tf Allow Flatcar Linux os_image on AWS, rename os_channel 2018-05-12 11:41:58 -07:00