Installation Guide
This guide provides a straightforward path to get Simba Intelligence up and running. For detailed technical configuration options, see the Helm Chart Reference.Prerequisites
Before you begin, ensure you have:- A Kubernetes cluster (1.24+)
- Helm (3.17+) installed
kubectlconfigured for your cluster- An AI/LLM provider account (Google Vertex AI, OpenAI, Azure OpenAI, or AWS Bedrock)
Quick Installation
1. Add the Helm Repository and Install
For a basic installation with ingress enabled, save the following YAML configuration to a file namedsimba-values.yaml:
Basic setup (accessible via localhost or cluster IP):
🌐 DNS Setup: If using a hostname, ensure your DNS is configured to point to your cluster’s ingress controller. See the documentation for your specific ingress controller: NGINX Ingress, Traefik, or AWS Load Balancer Controller.
📋 Note: Replace <VERSION> with the latest version. Find available versions on the Docker Hub tags page.
🔧 Ingress Controller: This example uses Traefik as the ingress class. Adjust the className to match your cluster’s ingress controller (e.g., “nginx”, “alb”, etc.).
📦 Traefik Installation: If you don’t already have Traefik installed in your cluster, you’ll need to install it first. See the Traefik Helm Chart installation guide for instructions.
2. Access the Application
After installation, check your ingress status:- Access via your cluster’s external IP or localhost (if running locally)
- The ingress will route traffic based on the path only
- Access at your configured hostname (e.g.,
http://simba.yourdomain.com) - Ensure DNS is properly configured to point to your ingress controller
💡 Production Tip: For production deployments, always use proper hostnames with TLS certificates and DNS. See the Helm Chart Reference for complete ingress configuration options including SSL/TLS setup.
3. Initial Configuration
- Log in with the default administrator credentials (provided in the installation output)
- Configure your LLM provider in the UI at
/llm-configuration - Set up your first data source
Need More Control?
For advanced configuration options, custom values, scaling parameters, security settings, and detailed deployment scenarios, see: ➡️ Helm Chart Reference - Complete configuration guide The Helm Chart Reference provides:- All available configuration values
- Environment-specific deployment examples
- Security and scaling best practices
- Troubleshooting common issues
Next Steps
Once installed, continue with the Quick Start Guide to:- Configure your LLM provider
- Set up data sources
- Enable user access
Need Help?
- Configuration Details: Helm Chart Reference
- System Requirements: System Requirements
- Operational Guidance: Administrator Guide

