This topic explains how to install the JFrog Worker on a self-hosted environment using the Artifactory and Worker Helm Charts.
What You Need to Know?
Worker is supported only with Artifactory version 7.98.4 and above.
Ensure that an Artifactory instance is already deployed and running in the Kubernetes environment using Helm Chart. This running instance must have the Worker configuration enabled.
Roadmap to Install Worker Helm Chart
Here's a high-level overview of what will you do to install the Worker Helm Chart on a Self-Hosted Environment:
Verify the production environment system requirements to ensure that the resources needed to install Worker are set correctly.
Install Artifactory with the Worker configuration enabled to ensure that the Worker UI is accessible after deploying the Worker chart. Additionally, it enables the Artifactory add-on that triggers Worker based on Artifactory events.
Create a Kubernetes cluster to run the Worker pods.
Add the JFrog Helm repository to the Helm Client to install the Worker.
Customize the
worker-values.yaml
file to include the relevant configurations likejoinKey
,masterKey
, andjfrogUrl
.Deploy the Worker Chart to connect to a running instance of Artifactory, and start using the Worker.