Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Reference a targetGroup by name in TargetGroupBinding #3819

Open
MarcusDunn opened this issue Aug 22, 2024 · 3 comments
Open
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@MarcusDunn
Copy link

MarcusDunn commented Aug 22, 2024

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

  1. Run Terraform to add new target groups
  2. Wait for it to complete
  3. Find the ARNs of the allocated target groups
  4. Add TargetGroupBindings 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:

  • Express my interest in the feature and allow others to do the same in a more discoverable place than a two-year-old PR. Or,
  • Find out if someone more clever than me has a better solution.

Describe alternatives you've considered

  • Continue my multi-step, somewhat manual process.
  • Attempt to automate the addition of TargetGroupBinding outside of Terraform and Kubernetes lifecycles.
@shraddhabang shraddhabang added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 28, 2024
@shraddhabang
Copy link
Collaborator

Hello @MarcusDunn , This does make sense and adds value to the controller. We will try to take a revisit this and take look at the open PR.

@anthisfan
Copy link

anthisfan commented Sep 30, 2024

We have also been paying close attention to this feature PR for two years and are looking forward to its implementation.

@fatmcgav
Copy link

#2655 has been rebased as #3903 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

4 participants