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

Additional information for gateway/v1.AddressType #3476

Open
cccsss01 opened this issue Nov 27, 2024 · 1 comment
Open

Additional information for gateway/v1.AddressType #3476

cccsss01 opened this issue Nov 27, 2024 · 1 comment
Labels
kind/documentation Categorizes issue or PR as related to documentation.

Comments

@cccsss01
Copy link

What would you like to be added:
For hostname, is wild card supported?
Add a dns example to gateway address

Why this is needed:
https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.AddressType
https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.GatewayAddress

@cccsss01 cccsss01 added the kind/documentation Categorizes issue or PR as related to documentation. label Nov 27, 2024
@youngnick
Copy link
Contributor

No, wild card is not supported, because the intent of being able to set a hostname for Addresses is to support use cases like AWS load balancers, where the IP addresses rotate, and so the best way to connect to the listener is via a DNS name rather than an IP address.

In all cases, the Address is used as the place for clients to connect to, so having a wildcard DNS entry doesn't make any sense.

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

No branches or pull requests

2 participants