Installation

Setting up the Helm repository

kontinue is distributed as a set of Helm charts. Add the Helm repository:

helm repo add kontinue https://gitlab.com/api/v4/projects/kontinue%2Fkontinue/packages/helm/stable
helm repo update

Minimal install

kontinue relies only on a few Kubernetes CustomResourceDefinitions to operate (at a minimum). They can be installed with the kontinue Helm chart:

helm install kontinue kontinue/kontinue --namespace kontinue

Installing the UI

kontinue provides an optional web interface for managing and querying executions, as an add-on to the kontinue Helm chart. See the UI documentation for setup.

Installing Kontinue workers

See the deployment guide for methods of running kontinue workers on a Kubernetes cluster.