-
Notifications
You must be signed in to change notification settings - Fork 347
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
Hash the Names of Managed Infra Resources #441
Comments
Added |
When using hashed names for managed resources, users will need to use
It might make debugability a bit easier if we had one label that was |
A similar approach will be needed for the ports of the managed Envoy serivce. |
I prefer if we used a hybrid approach in naming - |
I'll take this one on. Should have some bandwidth in the coming week. |
EG currently generates names of managed envoy infra. The names are generally constructed of gateway namespace, gateway name, etc. The names can be long and potentially exceed the allowed length (63 chars) of a Kube name. Instead, and similar to Kube, the name should be generated from a hash.
xref: #404
The text was updated successfully, but these errors were encountered: