Deploying to Kubernetes in Pipelines

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide
ft:sourceType
Paligo

This tutorial demonstrates an example pipeline that uses the HelmPublish and HelmDeploy native steps to deploy a single image from a Docker registry in Artifactory to a Kubernetes cluster using a Helm chart.

Helm is a package manager for Kubernetes applications. Through a Helm chart, you can describe the application structure and manage it using simple commands through the Helm client.

The native steps in Pipelines invoke the Helm client to perform the deployment tasks using the Helm chart.

The example pipeline requires the following integrations:

The following steps are involved in deploying Kubernetes in Pipelines: