Cloud Launcher (Marketplace) Flashcards
1
Q
What is Cloud Launcher?
A
a central repository of applications and data sets that can be deployed to your GCP environment
2
Q
What ways can you filter operating systems in Cloud Launcher?
A
Pricing (license type)
- free - linux and FreeBSD
- paid - windows and enterprise-supported linux - will be charged a fee based on usage
- byol - bring your own license - includes two supported linux systems, but you are responsible for acquiring the proper license
3
Q
What are some key points of deploying via shell?
A
- Can create your own deployment configuration file - written in YAML
- Configuration files have name, type and key value pairs to specify configuration parameters
- Can use deployment templates which are text files used to define resources, and you can import those resources into configuration files - templates written in Python or Jinja2
- To deploy template from the command line : gcloud deployment-manager deployments create [DEPLOYMENT NAME] –config [CONFIG FILE NAME]
- To describe state of deployment : gcloud deployment-manager deployments describe [DEPLOYMENT NAME]