Topic 1 Question 198
You are implementing workflow pipeline scheduling using open source-based tools and Google Kubernetes Engine (GKE). You want to use a Google managed service to simplify and automate the task. You also want to accommodate Shared VPC networking considerations. What should you do?
Use Dataflow for your workflow pipelines. Use Cloud Run triggers for scheduling.
Use Dataflow for your workflow pipelines. Use shell scripts to schedule workflows.
Use Cloud Composer in a Shared VPC configuration. Place the Cloud Composer resources in the host project.
Use Cloud Composer in a Shared VPC configuration. Place the Cloud Composer resources in the service project.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: D
D. Use Cloud Composer in a Shared VPC configuration. Place the Cloud Composer resources in the service project.
Shared VPC requires that you designate a host project to which networks and subnetworks belong and a service project, which is attached to the host project. When Cloud Composer participates in a Shared VPC, the Cloud Composer environment is in the service project.
Reference: https://cloud.google.com/composer/docs/how-to/managing/configuring-shared-vpc
👍 6AWSandeep2022/09/02 - 正解だと思う選択肢: D
D is the answer.
https://cloud.google.com/composer/docs/how-to/managing/configuring-shared-vpc Shared VPC enables organizations to establish budgeting and access control boundaries at the project level while allowing for secure and efficient communication using private IPs across those boundaries. In the Shared VPC configuration, Cloud Composer can invoke services hosted in other Google Cloud projects in the same organization without exposing services to the public internet.
👍 3zellck2022/11/28 - 正解だと思う選択肢: D
D according to documentation
Shared VPC requires that you designate a host project to which networks and subnetworks belong and a service project, which is attached to the host project. When Cloud Composer participates in a Shared VPC, the Cloud Composer environment is in the service project.
👍 2ducc2022/09/02
シャッフルモード