[Feature request] Reference a targetGroup by name in TargetGroupBinding
#3819
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
EDIT: Right after creating this, I noticed (#2373, which has a similar motivation. Unsure if this should be closed as a duplicate.)
Is your feature request related to a problem?
I manage my load balancer externally (Terraform) and use
TargetGroupBinding
's to attach services to it. Adding a new service and binding it is a long and somewhat manual process.Currently, I have to
TargetGroupBinding
s to my cluster.Describe the solution you'd like
Reference target groups by name (#2655)
I would prefer to be able to run Terraform and add
TargetGroupBinding
in a single step.I noticed there was no issue attached to the PR, so I figured I would make one to:
Describe alternatives you've considered
TargetGroupBinding
outside of Terraform and Kubernetes lifecycles.The text was updated successfully, but these errors were encountered: