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

Custom tags to VPC Lattice Components #611

Open
falken opened this issue Mar 8, 2024 · 0 comments
Open

Custom tags to VPC Lattice Components #611

falken opened this issue Mar 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@falken
Copy link

falken commented Mar 8, 2024

Hello!

Our Cloud Operation guidelines require us to attach specific tags to all of our resources for billing/governance reasons. Using the Gateway API to manage VPC Lattice components makes this impossible.

Doing this is supported in the aws-load-balancer component here:

https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.7/guide/ingress/annotations/#resource-tags

alb.ingress.kubernetes.io/tags: Environment=dev,Team=test,component=my-component

We need to be able to add something like:
application-networking.k8s.aws/tags: Environment=dev,Team=test,component=my-component

and have it set the tags on the TargetGroup/Service/Listener etc.

@erikfuller erikfuller added the enhancement New feature or request label Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants