About the UI

This section describes how to operate and work with the Trilio for Kubernetes UI.

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.

About the UI

Starting with version 2.0, Trilio for Kubernetes (T4K) ships with a user interface (UI) that dramatically simplifies management of the solution by enabling simple click-driven workflows to backup, recover, and migrate applications between Kubernetes clusters (or namespaces) that have T4K installed in them.

Features

T4K is completely based on the Trilio CRDs that are packaged with the product. These leverage the Kubernetes API server to communicate with T4K clusters and they populate data and build the different pages/workflows for the user interface. The user interface provides the following features:

Trilio for Kubernetes aims to continually provide more value and simplify operations via the user interface and may provide periodic builds with only user interface enhancements and new features.

Architecture

During installation or upgrade, T4K version 2.0 creates additional pods that support and enable the user interface. The backend, ingress-controller, and web pods are all responsible for serving the user interface.

k8s-triliovault-admission-webhook-544b566979-4lw7q                1/1     Running     1          5d3h
k8s-triliovault-backend-5b79996f48-djzd4                          1/1     Running     2          5d3h
k8s-triliovault-control-plane-78c7d589fb-d2829                    1/1     Running     1          5d3h
k8s-triliovault-exporter-789c785968-vn7hf                         1/1     Running     1          5d3h
k8s-triliovault-ingress-controller-54c55b58cf-vw7s7               1/1     Running     1          5d3h
k8s-triliovault-web-85d58df67b-jqnln                              1/1     Running     1          5d3h

Last updated