ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 157 - Professional Cloud DevOps Engineer discussion

Report
Export

You are configuring a Cl pipeline. The build step for your Cl pipeline integration testing requires access to APIs inside your private VPC network. Your security team requires that you do not expose API traffic publicly. You need to implement a solution that minimizes management overhead. What should you do?

A.
Use Cloud Build private pools to connect to the private VPC.
Answers
A.
Use Cloud Build private pools to connect to the private VPC.
B.
Use Spinnaker for Google Cloud to connect to the private VPC.
Answers
B.
Use Spinnaker for Google Cloud to connect to the private VPC.
C.
Use Cloud Build as a pipeline runner. Configure Internal HTTP(S) Load Balancing for API access.
Answers
C.
Use Cloud Build as a pipeline runner. Configure Internal HTTP(S) Load Balancing for API access.
D.
Use Cloud Build as a pipeline runner. Configure External HTTP(S) Load Balancing with a Google Cloud Armor policy for API access.
Answers
D.
Use Cloud Build as a pipeline runner. Configure External HTTP(S) Load Balancing with a Google Cloud Armor policy for API access.
Suggested answer: A

Explanation:

Cloud Build is a service that executes your builds on Google Cloud Platform infrastructure1.Cloud Build can be used as a pipeline runner for your CI pipeline, which is a process that automates the integration and testing of your code2.Cloud Build private pools are private, dedicated pools of workers that offer greater customization over the build environment, including the ability to access resources in a private VPC network3. A VPC network is a virtual network that provides connectivity for your Google Cloud resources and services.By using Cloud Build private pools, you can implement a solution that minimizes management overhead, as Cloud Build private pools are hosted and fully-managed by Cloud Build and scale up and down to zero, with no infrastructure to set up, upgrade, or scale3. You can also implement a solution that meets your security requirement, as Cloud Build private pools use network peering to connect into your private VPC network and do not expose API traffic publicly.

asked 18/09/2024
Juan Gonzalez
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first