You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: