k8s-multicluster-ingress icon indicating copy to clipboard operation
k8s-multicluster-ingress copied to clipboard

mci + CDN

Open guanzo opened this issue 6 years ago • 1 comments

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?

guanzo avatar Jul 31 '19 06:07 guanzo

Adding to this, the CDN resource is deleted at random intervals when applied this way.

LeifRoss avatar May 04 '20 13:05 LeifRoss