Install Worker (Docker)
This page describes how to install a BladePipe Worker in your local environment using Docker Compose.
Prerequisites
Prepare Hardware and OS
Hardware/OS | Requirement |
---|---|
Operating System | CentOS/RHEL, Ubuntu, MacOS |
CPU Architecture | x86, arm64 |
CPU Cores | 4 |
RAM | 8 GB |
Install Docker
Install Docker Desktop. For more information, see the instructions for installation: Get Docker (17.x.x or later version).
Procedure
Log in to the BladePipe Cloud.
In the top navigation bar, click Sync Settings > Sync Worker.
Click Add Cluster in the upper right corner to add a cluster.
Run the following command to install the BladePipe Worker in your local environment using Docker Compose:
/bin/bash -c "$(curl -fsSL https://download.bladepipe.com/docker/install_run.sh)"
infoBladePipe uses BYOC (Bring Your Own Cloud) deployment model.
The Worker is installed in your local environment, and BladePipe Cloud monitors all the Workers you create.
BladePipe will never access your databases directly. Only the Workers can do so.
For more information, see Connect Worker to BladePipe Cloud.
Obtain the BladePipe Worker configuration.
- Click Workers in the Operation column.
- Click Add Worker > Create a Worker.
- Click Configuration > Get Code. A verification code is sent to your e-mail box. Enter the code in the dialog box.
- Copy the configuration.
bladepipe.auth.ak=***
bladepipe.auth.sk=***
bladepipe.worker.wsn=***
bladepipe.console.domain=*** - Paste the configuration you copied in Step iv.
Check the worker status on the BladePipe Cloud.
- Click Sync Settings > Sync Worker > Workers.
- Make sure the Worker status is Online.