k8s-multicluster-ingress
k8s-multicluster-ingress copied to clipboard
mci + CDN
I've successfully setup mci with this guide: https://cloud.google.com/kubernetes-engine/docs/how-to/multi-cluster-ingress#overview
I've also setup Google CDN + Ingress with this guide: https://cloud.google.com/kubernetes-engine/docs/how-to/cdn-backendconfig
However, when I try to combine CDN + mci with the BackendConfig resource, nothing happens. There's no errors that I can see, but the mci origin is never added to the CDN. I can add the origin manually thru the GCP GUI and see that responses from the mci are being cached by CDN, but I want to enable CDN thru the k8s config, not the GUI. Does kubemci recognize the BackendConfig resource?
Adding to this, the CDN resource is deleted at random intervals when applied this way.