Installation Guide

Install Trilio for Kubernetes on any Kubernetes platform using Helm.

Quick Start

Basic installation using Helm:

# Add Trilio Helm repository
helm repo add trilio https://charts.k8strilio.net/trilio-stable/k8s-trilio
helm repo update

# Install Trilio
helm install tvk trilio/k8s-trilio \
  --namespace trilio-system \
  --create-namespace

Verify installation:

kubectl get pods -n trilio-system

Expected output: All pods should be in Running state.

Prerequisites

Before installing:

  • Licensing - License activation and management

  • Kubernetes cluster 1.20+

  • CSI driver with snapshot support

  • Storage backend (S3, NFS, or compatible)

Platform-Specific Installation

Choose your Kubernetes platform:

Enterprise Distributions

Cloud Platforms

Special Installation Scenarios

Post-Installation

After installation:

Next Steps

Once installed:

  1. Configure storage targets - See User Guide

  2. Create backup plans - Protect your applications

  3. Set up monitoring - See Observability

Last updated

Was this helpful?