GoogleCloudPlatform / k8s-multicluster-ingress

kubemci: Command line tool to configure L7 load balancers using multiple kubernetes clusters
Apache License 2.0
376 stars 68 forks source link

mci + CDN #227

Open guanzo opened 4 years ago

guanzo commented 4 years ago

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?

LeifRoss commented 4 years ago

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