Hybrid Deployment Agents
Hybrid Deployment Agent is an integral part of our Hybrid Deployment model. It is installed in your local environment and manages the data pipeline processing in your network. It also communicates outbound with Fivetran to send your pipeline's metadata and logs, which we use to understand how the pipeline is running and display the details on the dashboard.
You can view and manage all the Hybrid Deployment Agents associated with your account on the Hybrid Deployment Agents tab of the Fiveran dashboard.
On the Hybrid Deployment Agents tab, you can do the following:
- View all the agents associated with your Fivetran account
- View the current status and other details of the agents
- Regenerate the token for your agents
- Change the deployment type for your agents
- Delete the agents that are not associated with any connection
Regenerate agent token
Stop the agent for which you want to regenerate the token.
NOTE: For more information about how to stop the agent, see our Hybrid Deployment setup guides.
In the Hybrid Deployment Agents tab, select the agent for which you want to regenerate the token.
In the top right corner, click Actions and select Regenerate token.
On the Regenerate agent token pane, click Regenerate.
Make a note of the new token.
Update the agent token based on your deployment type:
For Docker and Podman:
i. Log in to your local machine using the Fivetran user.
ii. Go to
$HOME/fivetran/conf
and open theconfig.json
file.iii. In the
config.json
file, replace the existing value oftoken
with the new agent token you generated.iv. Restart the agent.
For Kubernetes:
i. Log in to the environment where kubectl and Helm is configured to connect to your Kubernetes cluster.
Go to the Fivetran dashboard and click Save.
Change deployment type
- Stop the agent for which you want to change the deployment type.
NOTE: For more information about how to stop the agent, see our Hybrid Deployment setup guides.
- In the Hybrid Deployment Agents tab, select the agent for which you want to change the deployment type.
- In the top right corner, click Actions and select Change deployment type.
- On the Change deployment type pane, select the deployment type you want to use for your containers - Docker, Podman, or Kubernetes.
- Click Save.
- Restart the agent.
NOTE: For more information about how to restart the agent, see our Hybrid Deployment setup guides.