Getting Started
Overview
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.18 or higher)
Helm (version 3.6 or higher)
Access to our Artifactory repository (see Authentication)
Minimum system requirements:
2 CPU cores
4GB RAM
10GB disk space
You can verify your Helm version with:
helm versionOur system has been tested and validated on the following platforms:
Kubernetes
1.18, 1.19, 1.20, 1.21, 1.22
OpenShift
4.6, 4.7, 4.8
Amazon EKS
1.19, 1.20, 1.21
Azure AKS
1.19, 1.20, 1.21
Google GKE
1.19, 1.20, 1.21
Installation Steps
Please complete the Authentication steps before proceeding with installation.
Step 1: Add our Helm Repository
Step 2: Update the Repository
Step 3: Install the Chart
For a basic installation with default values:
To customize the installation with a values file:
Create a
values.yamlfile with your custom configurations (see Configuration Reference)Install with the custom values:
Step 4: Verify the Installation
Check that all pods are running:
Expected output:
If all pods are in the "Running" state, your installation was successful! 🎉
Post-Installation
Troubleshooting
View logs for specific components:
If you encounter issues not covered here:
Collect diagnostic information:
Contact support at [email protected] with:
Kubernetes version
Helm version
Chart version
Diagnostic information
Next Steps
Configure authentication for your installation
Review the Configuration Reference for advanced settings
Check out our User Guide to get started with using the system
Last updated
