Cloud CDN dynamic compression was introduced in October last year, however there is no automatic way yet of enabling it when the backend service is set up by GKE.
It can be manually enabled using
gcloud beta compute backend-services update --global [backend-service-name] --compression-mode=AUTOMATIC
Could this setting be added to BackendConfig?
Cloud CDN dynamic compression was introduced in October last year, however there is no automatic way yet of enabling it when the backend service is set up by GKE.
It can be manually enabled using
Could this setting be added to
BackendConfig?