# Getting Started with Trilio on Google Kubernetes Engine (GKE)

## Table of Contents

1. [What is Trilio for Kubernetes](#what-is-trilio-for-kubernetes)
2. [Prerequisites](#prerequisites)
   1. [Verify Prerequisites](#verify-prerequisites-with-the-trilio-preflight-check)
3. [Installation](#installation)
   1. [Follow Installtion Steps for Trilio on Upstream Kubernetes](#follow-the-steps-for-trilio-for-upstream-kubernetes)
4. [Authentication](#authentication)
5. [Licensing](#licensing-trilio-for-kubernetes)
6. [Create a GCP Storage Bucket](#create-a-gcp-storage-bucket)
7. [Create a Backup Target](#create-a-backup-target)
8. [Testing Backup and Restore](#testing-backup-and-restore-operation)
9. [Troubleshooting](#troubleshooting)

## What is Trilio for Kubernetes?

Trilio for Kubernetes is a cloud-native backup and restore application. Being a cloud-native application for Kubernetes, all operations are managed with CRDs (Customer Resource Definitions).

Trilio utilizes Control Plane and Data Plane controllers to carry out the backup and restore operations defined by the associated CRDs. When a CRD is created or modified the controller reconciles the definitions to the cluster.

Trilio gives you the power and flexibility to backup your entire cluster or select a specific namespace(s), label, Helm chart, or Operator as the scope for your backup operations.

In this tutorial, we'll show you how to install and test operation of Trilio for Kubernetes on your GKE deployment.

## Prerequisites

* [x] **Confirm Compatibility**

Before installing Trilio for Kubernetes, please review the [compatibility matrix](https://docs.trilio.io/kubernetes/about-trilio-for-kubernetes/compatibility-matrix) to ensure Trilio can function smoothly in your Kubernetes environment.

* [x] **Verify that a CSI Driver which provides Snapshot functionality**

Trilio for Kubernetes requires a compatible Container Storage Interface (CSI) driver that provides the **Snapshot** feature.

Check the [Kubernetes CSI Developer Documentation](https://kubernetes-csi.github.io/docs/drivers.html) to select a driver appropriate for your backend storage solution. See the selected CSI driver's documentation for details on the installation of the driver in your cluster.

Trilio will assume that the selected storage driver is a supported CSI driver when the [`volumesnapshotclass`](https://kubernetes.io/docs/concepts/storage/volume-snapshot-classes/) and [`storageclass`](https://kubernetes.io/docs/concepts/storage/storage-classes/)are utilized.

* [x] **Verify that the Required Custom Resource Definitions (CRD) are installed**

Trilio for Kubernetes requires the following Custom Resource Definitions (CRD) to be installed on your cluster:`VolumeSnapshot`, `VolumeSnapshotContent`, and `VolumeSnapshotClass.`

<details>

<summary><strong>Installing the Required VolumeSnapshot CRDs</strong></summary>

Before attempting to install the VolumeSnapshot CRDs, it is important to confirm that the CRDs are not already present on the system.

To do this, run the following command:

```
kubectl api-resources | grep volumesnapshot
```

If CRDs are already present, the output should be similar to the output displayed below. The second column displays the version of the CRD installed (v1 in this case). Ensure that it is the correct version required by the CSI driver being used.

```
volumesnapshotclasses                          snapshot.storage.k8s.io/v1             false        VolumeSnapshotClass
volumesnapshotcontents                         snapshot.storage.k8s.io/v1             false        VolumeSnapshotContent
volumesnapshots                                snapshot.storage.k8s.io/v1             true         VolumeSnapshot
```

**Installing CRDs**

**Be sure to only install v1 version of VolumeSnapshot CRDs**

1. [Read the external-snapshotter GitHub project documentation](https://github.com/kubernetes-csi/external-snapshotter/tree/master). This is compatible with v1.22+.
2. Run the following commands to install directly, check the repo for the latest version:

```
RELEASE_VERSION=6.3
```

```
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-${RELEASE_VERSION}/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
```

```
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-${RELEASE_VERSION}/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
```

```
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-${RELEASE_VERSION}/client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml
```

</details>

* [x] **Network Access Requirements**

For non-air-gapped environments, the following URLs must be accessed from your Kubernetes cluster.

* [Charts.bitnami.com](http://charts.bitnami.com/)
* [Docker.io](http://docker.io/)
* [charts.helm.sh/stable/](http://charts.helm.sh/stable/)
* [gcr.io](http://gcr.io/)
* [kubernetes.io](http://kubernetes.io/)
* [quay.io](http://quay.io/)
* [github.com](https://github.com/)
* [raw.githubusercontent.com](https://raw.githubusercontent.com/)
* Access to the S3 endpoint if the backup target happens to be S3
* Access to application artifacts registry for image backup/restore

- [x] **Network Port Requirements**

If the Kubernetes cluster's control plane and worker nodes are separated by a firewall, then the firewall must allow traffic on the following port(s)

* 9443

## Verify Prerequisites with the Trilio Preflight Check

{% hint style="success" %}
Make sure your cluster is ready to Install Trilio for Kubernetes by installing the [Preflight Check Plugin](https://docs.trilio.io/kubernetes/krew-plugins/tvk-preflight-checks) and running the [Trilio Preflight Check](https://docs.trilio.io/kubernetes/krew-plugins/tvk-preflight-checks).

Trilio provides a preflight check tool that allows customers to validate their environment for Trilio installation.

The tool generates a report detailing all the requirements and whether they are met or not.

**If you encounter any failures, please send the Preflight Check output to your Trilio Professional Services and Solutions Architect so we may assist you in satisfying any missing requirements before proceeding with the installation.**
{% endhint %}

## Installation

Google's Kubernetes Engine (GKE) utilizes the flexibility of upstream Kubernetes. Consequently, the same documentation provided for installing Trilio for Kubernetes in [Upstream](https://docs.trilio.io/kubernetes/getting-started/upstream-kubernetes) environments are applicable for the T4K on GKE.

#### Follow the steps for [Trilio for Upstream Kubernetes](https://docs.trilio.io/kubernetes/upstream-kubernetes#installation)

## Authentication

The T4K user interface facilitates authentication through kubeconfig files, which house elements such as tokens, certificates, and auth-provider information. However, in some Kubernetes cluster distributions, the kubeconfig might include cloud-specific exec actions or auth-provider configurations to retrieve the authentication token via the credentials file. By default, this is not supported.

When using kubeconfig on the local system, any cloud-specific action or config in the user section of the kubeconfig will seek the credentials file in a specific location. This allows the kubectl/client-go library to generate an authentication token for use in authentication. However, when the T4K Backend is deployed in the Cluster Pod, the credentials file necessary for token generation is not accessible within the Pod.

To rectify this, T4K features cloud distribution-specific support to manage and generate tokens from these credential files.

### Using credentials for login

1. In a GKE cluster, a local binary known as gcloud is used pull the credentials from a sqlite credentials file named credentials.db.
2. This file is located under the path $HOME/.config/gcloud and is used to generate an authentication token.
3. All required parameters for generating this token are present within the same credentials.db file. When a user attempts to log into the T4K user interface deployed in the GKE cluster, they are expected to supply the credentials.db file from the location $HOME/.config/gcloud for successful authentication.

#### Example of Default kubeconfig

```
apiVersion: v1
clusters:
  - cluster:
      certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUVMRENDQXBTZ0F3SUJBZ0lRU3B5cVp4QzU4NFFEbVFYdz
      server: https://34.138.168.200
    name: gke_amazing-chalice-243510_us-east1-b_dev-cluster
contexts:
  - context:
      cluster: gke_amazing-chalice-243510_us-east1-b_dev-cluster
      user: gke_amazing-chalice-243510_us-east1-b_dev-cluster
    name: gke_amazing-chalice-243510_us-east1-b_dev-cluster
current-context: gke_amazing-chalice-243510_us-east1-b_dev-cluster
kind: Config
preferences: {}
users:
  - name: gke_amazing-chalice-243510_us-east1-b_dev-cluster
    user:
      auth-provider:
        config:
          cmd-args: config config-helper --format=json
          cmd-path: /home/trilio/google-cloud-sdk/bin/gcloud
          expiry-key: '{.credential.token_expiry}'
          token-key: '{.credential.access_token}'
        name: gcp  
```

#### Example of Credentials pulled from credentials.db

<figure><img src="https://content.gitbook.com/content/9sDjF5HJP1bf8TtLcgkk/blobs/EuOrqrvmm0q6IVrsBN9I/credsgke.webp" alt=""><figcaption><p>Pulling Credentials from credential.db</p></figcaption></figure>

## Licensing Trilio for Kubernetes

To generate and apply the Trilio license, perform the following steps:

{% hint style="info" %}
Although a cluster license enables Trilio features across all namespaces in a cluster, the license only needs to be applied in the namespace where Trilio is installed. For example, trilio-system namespace.
{% endhint %}

1\. Obtain a license by getting in touch with us [here](https://trilio.io/request-demo/). The license file will contain the license key.

2\. Apply the license file to a Trilio instance using the command line or UI:

{% tabs %}
{% tab title="Command line" %}

1. Execute the following command:

```
kubectl apply -f <licensefile> -n trilio-system
```

2\. If the previous step is successful, check that the output generated is similar to the following:

```
NAMESPACE            NAME         STATUS   MESSAGE                                   CURRENT CPU COUNT   GRACE PERIOD END TIME   EDITION     CAPACITY   EXPIRATION TIME        MAX CPUS
trilio-system     license-sample   Active   Cluster License Activated successfully.   4                                           FreeTrial   10         2025-07-08T00:00:00Z   8
```

{% hint style="info" %}
Additional license details can be obtained using the following:

kubectl `get license -o json -m trilio-system`
{% endhint %}
{% endtab %}

{% tab title="Management Console (UI)" %}
{% hint style="info" %}
Prerequisites:

1. Authenticate access to the Management Console (UI). Refer to [Broken link](https://docs.trilio.io/kubernetes/getting-started/broken-reference "mention").
2. Configure access to the Management Console (UI). Refer to [accessing-the-ui](https://docs.trilio.io/kubernetes/advanced-configuration/management-console/accessing-the-ui "mention").
   {% endhint %}

If you have already executed the above prerequisites, then refer to the guide for applying a license in the UI: [#actions-license-update](https://docs.trilio.io/kubernetes/using-trilio/getting-started-with-management-console/navigating-intro/cluster-management-home#actions-license-update "mention")
{% endtab %}
{% endtabs %}

### Upgrading a license

A license upgrade is required when moving from one license type to another.

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.

#### [Learn more about Licensing Trilio for Kubernetes](https://docs.trilio.io/kubernetes/getting-started/licensing)

## Create a GCP Storage Bucket

1. Create a storage bucket from the Google cloud console.

<figure><img src="https://content.gitbook.com/content/9sDjF5HJP1bf8TtLcgkk/blobs/y5AHSZVAJXd4VS6h4Cf6/GKE_Bucket1%20(1).png" alt=""><figcaption></figcaption></figure>

1. Name the storage bucket and choose a region.

<figure><img src="https://content.gitbook.com/content/9sDjF5HJP1bf8TtLcgkk/blobs/vPh3xX1aG95609lJcPzI/GKE_Bucket2.png" alt=""><figcaption></figcaption></figure>

3. Select the preferred access control setting.

<figure><img src="https://content.gitbook.com/content/9sDjF5HJP1bf8TtLcgkk/blobs/F8AtGOzZFzTCshfAuSQR/GKE_Bucket3.png" alt=""><figcaption></figcaption></figure>

4. Select the desired protection setting

<figure><img src="https://content.gitbook.com/content/9sDjF5HJP1bf8TtLcgkk/blobs/5efG5ko5atu5YDIjSAeU/GKE_Bucket4.png" alt=""><figcaption></figcaption></figure>

5. Create or select access credentials with required permissions

To add a GCP storage bucket as a backup target within T4K, **specific bucket permissions are required.**

* Create a custom role with the following required permissions

```
# permission list
storage.objects.create
storage.objects.delete
storage.objects.get
storage.objects.list
storage.objects.update
```

{% code fullWidth="true" %}

```
# GCloud command
gcloud iam roles create <ROLE-NAME> --project=<PROJECT-ID> \
    --title="tvk-gcp-target-role" --description="Role with required GCP bucket access for T4K target" \
    --permissions="storage.objects.create,storage.objects.delete,storage.objects.get,storage.objects.list,storage.objects.update" --stage=GA
```

{% endcode %}

* [Associate the created role](https://cloud.google.com/iam/docs/configuring-resource-based-access) with a service account whose access key and secret key is going to be used while creating target in T4K

<figure><img src="https://content.gitbook.com/content/9sDjF5HJP1bf8TtLcgkk/blobs/gUCwTILNrpqnjIvkLdYI/gke_Bucket5.png" alt=""><figcaption></figcaption></figure>

* If a service account does not have access key and secret key, [follow this guide](https://cloud.google.com/storage/docs/authentication/managing-hmackeys) to generate a new access key and secret key which will be required while creating target.

<figure><img src="https://content.gitbook.com/content/9sDjF5HJP1bf8TtLcgkk/blobs/o7fcBGPnH1ktsRMXSOYe/GKE_Bucket6.png" alt=""><figcaption><p>Copy Credentials to use for Backup Target</p></figcaption></figure>

## Create a Target

The Target CR (Customer Resource) is defined from the Trilio Management Console or from your own self-prepared YAML.

The Target object references the NFS or S3 backup storage share you provide as a *target* for your backups. Trilio will create a validation pod in the namespace where Trilio is installed and attempt to validate the NFS or S3 settings you have defined in the Target CR.

Trilio makes it easy to automatically create your backup Target CRD from the Management Console.

Learn how to [Create a Target from the Management Console](https://docs.trilio.io/kubernetes/using-trilio/getting-started-with-management-console#create-a-target)

1. Select Other from the Dropdown

<figure><img src="https://content.gitbook.com/content/9sDjF5HJP1bf8TtLcgkk/blobs/aFoZxMXbAfQeI5ZhwhNO/Target_C.png" alt=""><figcaption></figcaption></figure>

2. Provide all required details
   * Configured Bucket Name
   * GCP Storage URI: [https://storage.googleapis.com](https://storage.googleapis.com/)
   * Provide Service User Access key and Secret key from GCP Cloud Storage / Settings / Interoperability / Access

<figure><img src="https://content.gitbook.com/content/9sDjF5HJP1bf8TtLcgkk/blobs/917Hb8euEgQfdfJy4NUd/secret.png" alt=""><figcaption></figcaption></figure>

3. Finally, select a name for this Target. Additional Backup Targets can be created with the same details, however the name must be unique.
4. Confirm that Target Status is Available, indicating that the Backup Target has been created successfully.

<figure><img src="https://content.gitbook.com/content/9sDjF5HJP1bf8TtLcgkk/blobs/MeYFCMeTdxiHFij54YRj/confirm%20(1).png" alt=""><figcaption></figcaption></figure>

### Create a Target using yaml

The Target CR (Customer Resource) is defined from the Trilio Management Console or from your own self-prepared YAML.

The Target object references the NFS or S3 storage share you provide as a *target* for your backups/snapshots. Trilio will create a validation pod in the namespace where Trilio is installed and attempt to validate the NFS or S3 settings you have defined in the Target CR.

Trilio makes it easy to automatically create your Target CR from the Management Console.

Learn how to [Create a Target from the Management Console](https://docs.trilio.io/kubernetes/using-trilio/getting-started-with-management-console#create-a-target)

Take control of Trilio and define your own self-prepared YAML and apply it to the cluster using the oc/kubectl tool.

#### Example S3 Target

```
kubectl apply -f sample-secret.yaml
```

```
kubectl apply -f demo-s3-target.yaml
```

```
apiVersion: v1
kind: Secret
metadata:
  name: sample-secret
type: Opaque
stringData:
  accessKey: AKIAS5B35DGFSTY7T55D
  secretKey: xWBupfGvkgkhaH8ansJU1wRhFoGoWFPmhXD6/vVDcode
```

```
apiVersion: triliovault.trilio.io/v1
kind: Target
metadata:
  name: demo-s3-target
spec:
  type: ObjectStore
  vendor: AWS
  objectStoreCredentials:
    region: us-east-1
    bucketName: trilio-browser-test
    credentialSecret:
      name: sample-secret
      namespace: TARGET_NAMESPACE
  thresholdCapacity: 5Gi
```

* See more [Example Target YAML](https://docs.trilio.io/kubernetes/using-trilio/getting-started-1#step-2-create-a-target)

## Testing Backup, Snapshot and Restore Operation

Trilio is a cloud-native application for Kubernetes, therefore all operations are managed with CRDs (Custom Resource Definitions). We will discuss the purpose of each Trilio CRs and provide examples of how to create these objects Automatically in the Trilio Management Console or from the [oc/kubectl](https://docs.openshift.com/container-platform/4.8/cli_reference/openshift_cli/getting-started-cli.html) tool.

### About Backup Plans

* The Backup Plan CR is defined from the Trilio Management Console or from your own self-prepared YAML.

The Backup Plan CR must reference the following:

1. Your Application Data (label/helm/operator)
2. BackupConfig
   1. Target CR
   2. Scheduling Policy CR
   3. Retention Policy CR
3. SnapshotConfig
   1. Target CR
   2. Scheduling Policy CR
   3. Retention Policy CR

* A Target CR is defined from the Trilio Management Console or from your own self-prepared YAML. Trilio will test the backup target to insure it is reachable and writable. Look at Trilio validation pod logs to troubleshoot any backup target creation issues.
* Retention and Schedule Policy CRs are defined from the Trilio Management Console or from your own self-prepared YAML.
  * Scheduling Policies allow users to automate the backup/Snapshot of Kubernetes applications on a periodic basis. With this feature, users can create a scheduling policy that includes multiple cron strings to specify the frequency of backups.
  * Retention Policies make it easy for users to define the number of backups/snapshots they want to retain and the rate at which old backups/snapshots should be deleted. With the retention policy CR, users can use a simple YAML specification to define the number of backups/snapshots to retain in terms of days, weeks, months, years, or the latest backup/snapshots. This provides a flexible and customizable way to manage your backup/snapshots retention policy and ensure you meet your compliance requirements.
* The Backup and Snapshot CR is defined from the Trilio Management Console or from your own self-prepared YAML.

  The backup/snapshot object references the actual backup Trilio creates on the Target. The backup is taken as either a Full or Incremental backup as defined by the user in the Backup CR. The snapshpt is taken as Full snapshot only.

### Creating a Backup Plan

Trilio makes it easy to automatically create your backup plans and all required target and policy CRDs from the Management Console.

Take control of Trilio, define your self-prepared YAML, and apply it to the cluster using the oc/kubectl tool.

#### Example Namespace Scope BackupPlan:

```
kind: "Policy"
apiVersion: "triliovault.trilio.io/v1"
metadata:
  name: "sample-schedule"
spec:
  type: "Schedule"
  scheduleConfig:
    schedule:
      - "0 0 * * *"
      - "0 */1 * * *"
      - "0 0 * * 0"
      - "0 0 1 * *"
      - "0 0 1 1 *"
```

```
kubectl apply -f sample-schedule.yaml
```

```
apiVersion: triliovault.trilio.io/v1
kind: Policy
metadata:
  name: sample-retention
spec:
  type: Retention
  default: false
  retentionConfig:
    latest: 2
    weekly: 1
    dayOfWeek: Wednesday
    monthly: 1
    dateOfMonth: 15
    monthOfYear: March
    yearly: 1
```

```
kubectl apply -f sample-retention.yaml
```

<pre><code><strong>apiVersion: triliovault.trilio.io/v1
</strong>kind: BackupPlan
metadata:
  name: sample-backupplan
spec:
  backupConfig:
    target:
      namespace: default
      name: demo-s3-target
    retentionPolicy:
      name: sample-retention
      namespace: default
    schedulePolicy:
      fullBackupPolicy:
        name: sample-schedule
        namespace: default
  snapshotConfig:
    target:
      namespace: default
      name: demo-s3-target
    retentionPolicy:
      name: sample-retention
      namespace: default
    schedulePolicy:
      snapshotPolicy:
        name: sample-schedule
        namespace: default
</code></pre>

```
# kubectl apply -f ns-backupplan.yaml
```

{% hint style="info" %}
Target in the backupConfig and snapshotConfig needs to be the same. User can specify different retention and schedule policies under backupConfig and snapshotConfig.
{% endhint %}

See more [Examples of Backup Plan YAML](https://docs.trilio.io/kubernetes/using-trilio/getting-started-1/triliovault-crds#backupplan)

### Creating a Backup

```
apiVersion: triliovault.trilio.io/v1
kind: Backup
metadata:
  name: sample-backup
spec:
  type: Full
  backupPlan:
    name: sample-backupplan
    namespace: default
```

```
kubectl apply -f sample-backup.yaml
```

Learn more about [Creating Backups from the Management Console](https://docs.trilio.io/kubernetes/using-trilio/getting-started-with-management-console#step-5-create-backup)

### Creating a Snapshot

```
apiVersion: triliovault.trilio.io/v1
kind: Snapshot
metadata:
  name: sample-snapshot
spec:
  type: Full
  backupPlan:
    name: sample-backupplan
    namespace: default
```

```
kubectl apply -f sample-snapshot.yaml
```

Learn more about [Creating Snapshots from the Management Console](https://docs.trilio.io/kubernetes/using-trilio/getting-started-with-management-console#step-6-create-snapshot)

### About Restore

A Restore CR (Custom Resource) is defined from the Trilio Management Console or from your own self-prepared YAML. The Restore CR references a backup object which has been created previously from a Backup CR.

In a Migration scenario, the location of the backup/snapshot should be specified within the desired target as there will be no Backup/Snapshot CR defining the location. if you are migrating Snapshot then make sure that then then actual Persistent Volume snapshots are accessible from the other cluster.

Trilio restores the backup/snapshot into a specified namespace and upon completion of the restore operation, the application is ready to be used on the cluster.

### Creating a Restore

Trilio makes it easy to automatically create your Restore CRDs from the Management Console.

Learn more about [Creating Restores from the Management Console](https://docs.trilio.io/kubernetes/using-trilio/getting-started-with-management-console#restore-from-backup)

Take control of Trilio, define your self-prepared YAML, and apply it to the cluster using the oc/kubectl tool.

```
kubectl apply -f sample-restore.yaml
```

```
apiVersion: triliovault.trilio.io/v1
kind: Restore
metadata:
  name: sample-restore
spec:
  source:
    type: Backup
    backup:
      name: sample-backup
      namespace: default
```

See more [Examples of Restore YAML](https://docs.trilio.io/kubernetes/using-trilio/getting-started-1/triliovault-crds#restore)

## Troubleshooting

Problems? Learn about [Troubleshooting Trilio for Kubernetes](https://docs.trilio.io/kubernetes/support/troubleshooting-guide#troubleshooting-guide)
