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

Reverse certificate dependencies #1068

Closed
CapoD opened this issue Apr 6, 2020 · 1 comment
Closed

Reverse certificate dependencies #1068

CapoD opened this issue Apr 6, 2020 · 1 comment

Comments

@CapoD
Copy link

CapoD commented Apr 6, 2020

Improvement idea: Create a managed certificates annotation that allows to specify selectors for the certificates that need to be associated with the ingress.

Problem: Certificates have to be specified on Ingress by naming them explicitly in the corresponding annotation via networking.gke.io/managed-certificates: cert1,cert2,.....
However, this makes it hard to deploy applications independently, since you can create separate DNS records pointing to the LB and separate certificates, but eventually you have to touch the Ingress to register the names of these certificates.

I do not know if the idea is feasible, but I would love to discuss different approaches for this problem.

@rramkumar1
Copy link
Contributor

@CapoD This is an interesting idea although something that is hard to support in the current Ingress API without fundamental changes to the spec.

I would suggest making a FR for the new Gateway API which is still in development and is the next generation of Ingress.

Ref: https://github.com/kubernetes-sigs/service-apis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants