-
Notifications
You must be signed in to change notification settings - Fork 110
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
helm: provisioning "gateway" support for nginx-gateway-fabric helm chart #1533
Comments
Talked about this issue in our community meeting. We think this makes sense, especially from the operator persona. Looking at the Traefik example, we fairly sure we want something less opinionated in terms of how many ports, certificates, etc and should be able to provide a more flexible experience. But there has to be some limit... What level of customization are you looking for in the Gateway resource? When looking at the API specification, what level of customization would you expect for each type? Also, how are you planning on managing TLS certificates with respect to the Gateway? |
For me, I generally hope to be able to reproduce the following.
For now, manual certificate management yet 😑. |
Thanks @arukiidou, we'll be discussing this item at our next community meeting on Monday. |
We discussed in our community meeting today. We think it will be useful. We're thinking about allowing cluster operators to fully customize annotations of the Gateway as well as Listeners. Do you think it will address your use case? |
Thank you! Perhaps it will fit my use case |
Moved to 2.0 to be done as a part of the data and control plane separation since the implementation will change. |
Is your enhancement request related to a problem? Please describe.
Currently, NGF does not seems to be provisioning Gateway
What would you like to be added:
provisioning "Gateway" resource.
Why this is needed:
After deploying the NGF, the cluster administrator must also deploy the gateway.
NGF and Gateway cannot be used at the same time, making Gitops more difficult
This is not sufficient given the gateway-api persona.
Additional context
some charts support Gateway
example: traefik chart supports this.
The text was updated successfully, but these errors were encountered: