Install
This section includes detailed instructions on how to install Trilio for Kubernetes on OpenShift and other certified Kubernetes Distributions.
Last updated
This section includes detailed instructions on how to install Trilio for Kubernetes on OpenShift and other certified Kubernetes Distributions.
Last updated
Deprecated Documentation
This document is deprecated and no longer supported. For accurate, up-to-date information, please refer to the documentation for the latest version of Trilio.
Before installing Trilio for Kubernetes please review the compatibility matrix to ensure the application can function smoothly in your Kubernetes environment.
If using Kubernetes 1.12 to 1.16, the alpha featuregate for VolumeSnapshotDataSource needs to be enabled since it is still in Technology Preview for those versions. Follow the instructions provided in the Enabling Alpha Feature Gate Appendix section to enable the featuregate.
Trilio makes environment validation easy by providing a 'Precheck tool' that runs against a Kubernetes cluster and provides an output stating if the environment is suitable to proceed with a successful installation of the application. Please check the Trilio for Kubernetes Preflight check Appendix page to see the requirements of the application follow the instructions to run the Preflight tool.
Trilio leverages the default storage driver that is available on the Kubernetes platform and can function with RWO/RWX storage access mode.\
Trilio is available as a certified Operator in the embedded OperatorHub for OpenShift environments.
Trilio is currently working with RedHat to create a 'Data Protection' category within the embedded OperatorHub to host the Trilio for Kubernetes data protection application - the first in this space. Trilio is currently available in the Database,Monitoring,Security,Developer Tools categories
Within OpenShift, ensure the correct Project is selected.
Select OperatorHub in the left panel.
Either search by typing 'Trilio' or find Trilio for Kubernetes in any of these categories - Database/Monitoring/Security/Developer Tools
4. Select the Trilio for Kubernetes Tile
If the T4K tile is not available within OperatorHub (which could happen because of pipeline issues), follow the instructions to install via a CustomCatalog Source
5. Click Install
6. Select if this is a clusterwide installation of Trilio or Namespaced only. Note, selecting clusterwide will install Trilio in all namespaces. Please refer to the RBAC section to understand the security related roles and permissions created and leveraged by Trilio 7. Select the Approval Strategy for receiving updates - Automatic or Manual
8. Click Subscribe
9. Confirm that Trilio for Kubernetes has been installed successfully.
Trilio for Kubernetes has been designed to support installation in a restricted or disconnected network as part of the OLM framework. Please follow the instructions from the OpenShift Documentation to install T4K in an offline environment
Follow the instructions in this section to Install Trilio for Kubernetes on any certified Kubernetes distributions.
This section assumes that you have installed kubectl
and helm
installed and correctly configured to work with desired Kubernetes cluster. We support both v2
and v3
versions of helm.
Add the Trilio Helm repository to your local setup
2. Install Trilio operator helm chart
3. List Trilio operator helm release name
4. Verify Trilio operator pods are running
5. Deploy Trilio Cluster
The Trilio custom resource name is TrilioVaultManager
Trilio Operator defines this Custom Resource (CR).
The trilioVaultAppVersion field in your .yaml will be different and point to a 1.0.0 version. Please refer to the Compatibility Matrix to use the most recent build version
In the CRD example below,restoreNamespaces
is optional. To restrict restores to specific namespaces specify the namespaces for that field.
For Helm v2
For Helm v3
6. List CR of TrilioVaultManager
.
7. List pods created by TrilioVaultManager CR
8. Verify all TrilioVaultManager
pods are running.
Trilio is now successfully installed on your cluster.