Skip to main content

Connect Worker to BladePipe Cloud

This page describes the principle of and the port for Worker's connectivity to BladePipe Cloud.

Principle

BladePipe uses a BYOC (Bring Your Own Cloud) deployment model, where the Worker establishes a connection to BladePipe Cloud.

This allows BladePipe Cloud to manage the Worker while all DataJobs run securely in your local environment.

worker_network

Connect to BladePipe Cloud

The Worker connects to BladePipe Cloud via port 7007.

The available BladePipe domains include:

RegionDomain
Californiawest-us-1.bladepipe.com
Singaporeap-southeast-1.bladepipe.com

Select the right domain and test the connectivity to port 7007 by running:

telnet ${domain} 7007

Make sure that the Worker can connect to this port to maintain proper communication.