How to create a Google CDN for a GKE service
问题 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 accelerate access. I've tried using an Ingress resource but I would like to do it using a Load Balancing on the Networking tab on Google Console. What steps do I need to take? 回答1: I just wrote a post about using the Google CDN with Kubernetes: https://medium.com/@chees/code-cooking-kubernetes-e715728a578c The important