I have deployed the wordpress site on GKE (kubernetes) and I can access my site from the Internet, like this mysite.test.com, and it works like a charm. Now I want to use Google CDN to speed up access. I tried to use the Ingress resource, but I would like to do this using the "Load Balancing" tab on the "Network" tab in the Google console. What steps should I take?
source
share