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โ
- Kubernetes cluster (1.30+ recommended)
helmv3.x CLIkubectlCLI- For other environments (LoadBalancer, Ingress, OpenShift), refer to the comprehensive installation guide.
krateoctlinstalled โ see krateoctl overview
Installation Stepsโ
-
Add the Helm repository:
helm repo add krateo https://charts.krateo.io
helm repo update -
Install the Core Provider:
helm install krateo-core-provider krateo/core-provider \
--namespace krateo-system \
--create-namespace -
Verify the installation:
kubectl get pods -n krateo-system