Trilio for Kubernetes must be presented with a valid license to operate. A license is issued as valid for a specified duration of time. The license becomes invalid once its duration expires
Licensing Trilio for Kubernetes
To generate and apply the Trilio license, perform the following steps:
1. Obtain a license by getting in touch with us here. The license file will contain the license key.
2. Create a kubernetes secret with the license key using the command line or UI. If the secret is created using the command line (kubectl), you must manually create or update the license custom resource to reference the secret.
If the previous step is successful, check that the output generated is similar to the following:
NAME STATUS MESSAGE EXPIRATION TIME
trilio-license Active License Activated successfully. 2026-02-18T00:00:00Z
Additional license details can be obtained using the following: kubectl get license -o json
Prerequisites:
Authenticate access to the Management Console (UI). Refer to UI Authentication.
Configure access to the Management Console (UI). Refer to Configuring the UI.
If you have already executed the above prerequisites, then refer to the guide for applying a license in the UI: Actions: License Update
Here is the sample of license YAML file.
Upgrading a license
A license upgrade is required when moving from one license type to another (Trial -> Enterprise and vice-versa). Trilio maintains only one instance of a license for every installation of Trilio for Kubernetes.
To upgrade a license, run kubectl apply -f <licensefile> -n <install-namespace> against a new license file to activate it. The previous license will be replaced automatically.