Quick Start Installation
Get AIOStack running in under 5 minutes
Skip the manual steps
We built an intelligent one-liner that handles everything for you !
- Zero configuration required
- Automatic chart pull, edits and setup
- Self-healing installation process
- Get running in under 2 minutes
OR
1
Install Manually with Helm
Step 1: Add the Helm Repository
helm repo add aiostack https://charts.aurva.ai/
helm repo update
helm repo list
Success! You should see "aiostack" in your repo list
Step 2: Get Your Free Account
- Sign up at app.aurva.ai (takes 30 seconds)
- Copy your credentials from the email sent to you:
- Company ID
- AIOStack Validation Key
💡 Security Note: All validation happens inside your cluster. No internet access required - your data stays private.

Step 3: Configure Your Credentials
Replace the environment variables with your credentials:
# Extract the default values file
helm show values aiostack/aiostack > values.yaml
# Edit the values.yaml file and replace:
# In Outpost:
# - name: COMPANY_ID
# value: "<YOUR COMPANY ID>"
# - name: AIOSTACK_VALIDATION_KEY
# value: "<YOUR AIOSTACK VALIDATION KEY>"
# In Observer:
# - name: OUTPOST_URL
# value: "aiostack-outpost.<YOUR NAMESPACE>.svc.cluster.local:7471"
# - name: IS_OUTPOST_URL_SECURE
# value: "false"
💡 Tip: Ctrl/Cmd + F the word "MODIFY" to find the values to replace.
Step 4: Deploy to Your Cluster
# Create namespace
kubectl create namespace aiostack
# Install with your configured values
helm install myaiostack aiostack/aiostack --namespace aiostack --values values.yaml
Step 5: Verify Installation
kubectl get pods -n aiostack
Expected output:
NAME READY STATUS RESTARTS AGE
aiostack-observer-xxx 1/1 Running 0 2m
aiostack-observer-xxy 1/1 Running 0 2m
aiostack-observer-xxz 1/1 Running 0 2m
aiostack-outpost-xxx 1/1 Running 0 2m
🎉 You're Done!
Now access your dashboard:
- URL: https://app.aurva.ai
- Login: Use the email and password you signed up with.
Need Help?
Common issues:
- Pods not starting? Check resource limits and node capacity
- Can't access dashboard? Verify your ingress/service configuration
- Missing data? Ensure your applications are instrumented
Get support:
- 📧 Email: support@aurva.io