GSA-TTS / datagov-brokerpak-eks

Broker AWS EKS instances using the OSBAPI (eg from cloud.gov)
Other
9 stars 7 forks source link

Update ALB Controller to provision NLBs #69

Closed nickumia-reisys closed 2 years ago

nickumia-reisys commented 2 years ago

Related to GSA/datagov-deploy#3677

New Additions:

Upgrades:

nickumia-reisys commented 2 years ago

Before we merge this, I want to verify that we have no issues uploading a solr configset. We might need the 307 Redirect implemented somewhere. Will update soon! 😀

nickumia-reisys commented 2 years ago

Success!! 🥳 image

nickumia-reisys commented 2 years ago

Does the vpc cni information/option make sense here? It's kind of required for everything were brokering to work. (I was thinking the docs belong on the ALB installation module.)

That makes a lot more sense as to why you wanted to document it. I think this becomes a very niche use case of using both the datagov-brokerpak-eks AND the terraform-kubernetes-aws-load-balancer-controller. I definitely agree, the documentation I added here was more for terraform-kubernetes-aws-load-balancer-controller. I still think it makes sense here because the NLB is technically an optional requirement to EKS workloads in general. If we want to support a more dynamic Load Balancing design in the future, the documentation here becomes more relevant. I will also add it to the other repo too.