Quick Start Installation

Get AIOStack running in your Kubernetes cluster in under 5 minutes. Simple, secure, and production-ready.

1

Get up and running in 5 minutes

Supported Platforms

  • Kubernetes 1.29+ with eBPF support ( If you're on EKS, GKE or AKS, this is already met )

Prerequisites

  • Linux kernel 5.15+
  • Helm 3.0+ (for installation)
  • Cluster admin privileges for eBPF programs

Step 1: Add the Helm Repository

One-time setup:

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

Create your account and grab your credentials:

  1. Sign up at app.aurva.ai (takes 30 seconds)
  2. Copy your credentials from an email sent to you:
    • Company ID
    • AIOStack Validation Key

💡 Security Note: All validation happens inside your cluster. No inbound internet access required - your data stays private.

Account Setup Dashboard

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

Check if everything is running:

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!

Next steps: Access your dashboard:


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: