Installation Guide
Install Trilio for Kubernetes on any Kubernetes platform using Helm.
Quick Start
Basic installation using Helm. This is the Helm Quickstart method — it installs the triliovault-operator chart, which then creates a cluster-scoped TrilioVaultManager (TVM) custom resource named triliovault-manager that deploys T4K.
# Add the Trilio Helm repository
helm repo add triliovault-operator https://charts.k8strilio.net/trilio-stable/k8s-triliovault-operator
# Install T4K (default configuration)
helm install tvm triliovault-operator/k8s-triliovault-operator -n trilio-systemTo enable the preflight check during install:
helm install tvm triliovault-operator/k8s-triliovault-operator \
--set preflight.enabled=true,preflight.cleanupOnFailure=true,preflight.storageClass=<storage-class-name> \
-n trilio-systemFor manual installation (operator only, no T4K auto-deploy):
helm install tvm triliovault-operator/k8s-triliovault-operator \
--set installTVK.enabled=false \
-n trilio-systemVerify installation:
kubectl get pods -n trilio-systemExpected 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
Red Hat OpenShift (OCP) - OpenShift Container Platform
Upstream Kubernetes (K8S) - Vanilla Kubernetes
VMware Tanzu Kubernetes Grid (TKG) - Tanzu Kubernetes Grid
Mirantis Kubernetes Engine (MKE) - Mirantis Kubernetes Engine
Rancher - Rancher Kubernetes Engine
Cloud Platforms
AWS Elastic Kubernetes Service (EKS) - Amazon Elastic Kubernetes Service
Google Kubernetes Engine (GKE) - Google Kubernetes Engine
Azure Kubernetes Service (AKS) - Azure Kubernetes Service
IBM Cloud Kubernetes Service (IKS) - IBM Cloud Kubernetes Service
DigitalOcean Kubernetes (DOKS) - DigitalOcean Kubernetes
Special Installation Scenarios
Air-Gapped Installation - Restricted network environments
Post-Installation
After installation:
Upgrade Trilio - Upgrade to newer versions
Uninstall Trilio - Remove Trilio from cluster
Next Steps
Once installed:
Configure storage targets - See User Guide
Create backup plans - Protect your applications
Set up monitoring - See Observability
Last updated
Was this helpful?