We are using NGINX ingress in our GKE setup, which means that GCP is using TCP load balancer to route the traffic to Kubernetes NGINX ingress.
We serve static content from kubernetes and would like to benefit from GCP CDN for this purpose. However, as far as I know, setting up CDN is not possible with TCP load balancer. How can we incorporate the GCP CDN into the setup? What possibilities there are?