
Ultimate access to all questions.
You are tasked with implementing a workflow pipeline scheduling system using open-source tools paired with Google Kubernetes Engine (GKE) for container orchestration. To streamline the implementation, you aim to leverage a managed service from Google to automate and simplify the scheduling tasks. Additionally, it is crucial for the solution to support Shared VPC networking to ensure seamless network management across multiple projects. What approach would you take?
A
Use Dataflow for your workflow pipelines. Use Cloud Run triggers for scheduling.
B
Use Dataflow for your workflow pipelines. Use shell scripts to schedule workflows.
C
Use Cloud Composer in a Shared VPC configuration. Place the Cloud Composer resources in the host project.
D
Use Cloud Composer in a Shared VPC configuration. Place the Cloud Composer resources in the service project.