Installation Guide
Prerequisites
- Kubernetes 1.24+ or OpenShift 4.x
- Helm 3.x
- specialized ServiceAccount permissions (handle by Helm chart)
Installing via Helm
-
Clone the repository:
-
Install the chart:
-
Verify installation:
Installing via Docker (Local Development)
We provide a script to set up a local development environment using Docker Desktop's Kubernetes.
- Ensure Docker Desktop is running with Kubernetes enabled.
-
Run the setup script:
This script will:- Build the Docker image locally.
- Deploy the Smart Proxy, Redis, and a demo Frontend/Backend application.
- Configure local Ingress resources.
-
Access the Dashboard:
- Add
127.0.0.1 admin.localto your/etc/hosts. - Visit
http://admin.local.
- Add
Docker Image
The Docker image is available on Quay.io (example):