0

I am trying to deploy the Google Cloud CDN with my current deployment files which are .yaml and .jinja. I am struggling to find any documentation for this to be possible through the use of these deployment files.

Is the deployment of a CDN in my cloud environment restricted to the UI and command line?

Anthon
  • 69,918
  • 32
  • 186
  • 246
g.Still
  • 95
  • 5
  • Google Cloud CDN is deployed as part of a Load Balancer and not as a seperate service. – John Hanley Mar 10 '19 at 21:08
  • So CDN can be deployed within a deployment file as an addition to a load balancer deployment? How could this be made possible? @JohnHanley – g.Still Mar 11 '19 at 11:23

1 Answers1

1

It appears that you cannot deploy CDN using the Cloud Deployment Manager, at least not at this time.

Cloud Deployment Manager supports deploying resources only for a subset of the Google Cloud Products, specified either by resource type or by GCP type providers.

Presently I do not see CDN listed in the list of supported products in either category. And I only see CONSOLE and GCLOUD tabs as deployment options in Enabling Cloud CDN, no mentioning of Cloud Deployment Manager.

Dan Cornilescu
  • 39,470
  • 12
  • 57
  • 97