Getting Started
Last updated
Last updated
This guide will walk you through the installation process of our system using Helm, the package manager for Kubernetes. Our system is distributed as a Helm chart stored in our private Artifactory repository.
Before you begin, ensure you have the following:
Kubernetes cluster (version 1.20 or higher)
Helm (version 3.8 or higher)
Access to our Artifactory repository (see )
Minimum system requirements:
4 CPU cores
8GB RAM
20GB disk space
You can verify your Helm version with:
Please complete the steps before proceeding with installation.
For a basic installation with default values:
Check that all pods are running:
Expected output:
If all pods are in the "Running" state, your installation was successful! 🎉
If you're upgrading from version 1.1.0, follow these steps:
Update your Helm repository:
Check for any configuration changes:
Compare with your existing configuration and update as needed. Pay special attention to:
New scheduler
component
Updated ingress configuration (changed from annotations to className)
Additional metrics port (9090)
Upgrade your installation:
The upgrade process will cause a brief downtime as pods are restarted with the new configuration.
Create a values.yaml
file with your custom configurations (see )
for your installation
Review the for advanced settings
Check out our to get started with using the system
For production deployments, we recommend reviewing the before going live.