I\'ve deployed a wordpress site on GKE (kubernetes) and I can access my Site from the internet like this mysite.test.com and works like a charm. Now I want to use Google CDN to
I just wrote a post about using the Google CDN with Kubernetes:
https://medium.com/@chees/code-cooking-kubernetes-e715728a578c
The important parts:
--type=NodePort
--enable-cdn
on the created backend-service (you can do this from the command line or through the networking tab on console.cloud.google.com)