Running pipelines in Shared VPC

This page describe how to launch a pipeline in GCP Shared VPC. To learn more about Shared VPC please refer to GCP documentation.

As of 6.1.0.5, it is possible to provision a private CDF instance via REST API and peer it with a Shared VPC (go/cdf-private-instance-guide-ext). In this case, these steps are NOT necessary.

Configuring for Shared VPC

  1. Create a new profile following the Creating Profiles documentation.

  2. While creating the profile, set the Network name to your shared VPC network and the Network Host Project ID to the host project of your shared VPC network.

Now you can use this profile while running your pipeline to launch the pipeline and its associated Dataproc cluster in the service project and the network will be the Shared VPC network.

Â