-
Notifications
You must be signed in to change notification settings - Fork 0
/
Building Google Cloud Applications.txt
59 lines (59 loc) · 2.73 KB
/
Building Google Cloud Applications.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
When pushing a container to a repository, what must be added to provide categorizations or descriptions about a specific Docker image?
tags
.
.
Which command is appropriate for creating a Cloud Source repository called hello-world from the gcloud CLI?
gcloud source repos create hello-world
.
.
Artifact Registry improves upon Container Registry by providing which additional capabilities?
Region specific pricing
.
.
Granular permission model
.
.
Which type of build steps are available for users to incorporate into their Cloud Build deployment?
Community provided build steps
.
.
Custom build steps
.
.
Cloud Build provided build steps
.
.
Which file must be created to specify the container image specifications?
Dockerfile
.
.
What must be created to automatically start a build whenever there are changes to the source code?
Trigger
.
.
Which final step must be followed to use community-contributed builders?
Use the builder in a build step
.
.
Which configuration types can be specified in a Google Cloud trigger to provide specific build instructions to Cloud Build?
Cloud Build configuration file (yaml or json)
.
.
Dockerfile
.
.
Buildpacks
.
.
Which is the preferred package manager for Kubernetes?
helm
.
.
What are the advantages of running unit tests?
No reliance on external dependencies
.
.
Fast and cost effective
.
.