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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What ways can you filter operating systems in Cloud Launcher?

A

Pricing (license type)

  1. free - linux and FreeBSD
  2. paid - windows and enterprise-supported linux - will be charged a fee based on usage
  3. byol - bring your own license - includes two supported linux systems, but you are responsible for acquiring the proper license
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some key points of deploying via shell?

A
  1. Can create your own deployment configuration file - written in YAML
  2. Configuration files have name, type and key value pairs to specify configuration parameters
  3. 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
  4. To deploy template from the command line : gcloud deployment-manager deployments create [DEPLOYMENT NAME] –config [CONFIG FILE NAME]
  5. To describe state of deployment : gcloud deployment-manager deployments describe [DEPLOYMENT NAME]
How well did you know this?
1
Not at all
2
3
4
5
Perfectly