Skip to main content
Version: 3.0.0

Install Krateo Core Provider

This guide covers the initial installation of the Krateo Core Provider.

Concepts: Architecture ยท Glossary

Prerequisitesโ€‹

For comprehensive Krateo 3.0.0 installation instructions covering kind (NodePort), LoadBalancer, Ingress, and OpenShift environments, see the Installing Krateo 3.0.0 guide.

Requirementsโ€‹

Installation Stepsโ€‹

  1. Add the Helm repository:

    helm repo add krateo https://charts.krateo.io
    helm repo update
  2. Install the Core Provider:

    helm install krateo-core-provider krateo/core-provider \
    --namespace krateo-system \
    --create-namespace
  3. Verify the installation:

    kubectl get pods -n krateo-system

Next Stepsโ€‹