Skip to main content
This guide walks you through deploying NRAI on Kubernetes using the official Helm chart.

Prerequisites

  • Kubernetes cluster (v1.19+)
  • Helm 3.x installed
  • kubectl configured to access your cluster

Quick Start

1. Clone the Repository

2. Install Dependencies

3. Create a Values File

Create a my-values.yaml file with your configuration. You can use the example values file as a reference.

4. Install NRAI

5. Verify Installation

Production Checklist

  • Set strong passwords for PostgreSQL and Redis
  • Configure proper ingress with TLS
  • Set appropriate resource limits
  • Configure persistent storage
  • Review environment variables for proper configuration
  • Choose appropriate execution mode for your security requirements
  • Consider using a separate workers setup for better availability and security

Upgrading

Troubleshooting

Common Issues

  1. Pod won’t start: Check logs with kubectl logs deployment/NRAI
  2. Database connection: Verify PostgreSQL credentials and connectivity
  3. Frontend URL: Ensure frontendUrl is accessible from external sources
  4. Webhooks not working: Check ingress configuration and DNS resolution

Useful Commands

Environment Variables

For a complete list of configuration options, see the Environment Variables documentation. Most environment variables can be configured through the Helm values file under the NRAI section.

Execution Modes

Understanding execution modes is crucial for security and performance. See the Workers & Sandboxing guide to choose the right mode for your deployment.

Uninstalling