Configuring the UI
Learn how to configure and access the Trilio for Kubernetes, Management Console UI.
Upstream Environments
Step 1: Configure Management Console Access
apiVersion: triliovault.trilio.io/v1
kind: TrilioVaultManager
metadata:
labels:
triliovault: k8s
name: tvk
spec:
trilioVaultAppVersion: 3.0.0
applicationScope: Cluster
# T4K components configuration, currently supports control-plane, web, exporter, web-backend, ingress-controller, admission-webhook.
# User can configure resources for all componentes and can configure service type and host for the ingress-controller
ingressConfig:
###ingress class and annotation should be uncommented only when ingress controller is set to false below.
#ingressClass: "nginx"
#annotations:
# "key": "value"
host: "upstream-tvk.demo.presales.trilio.io"
#tlsSecretName: ssl-certs
helmValues:
urlPath: "/"
componentConfiguration:
web-backend:
resources:
requests:
memory: "400Mi"
cpu: "200m"
limits:
memory: "2584Mi"
cpu: "1000m"
ingress-controller:
enabled: true
service:
type: NodePortSet up Access via Port Forwarding
Step 2: Create a DNS Record
DNS enabled environments
Non-DNS or Local environments
Step 3: Launch the T4K Management Console
Access over HTTP - Launch via LoadBalancer
Access over HTTP - Launch via NodePort
Access over HTTPS - Prerequisite
Access over HTTPS - Launch via LoadBalancer
Access over HTTPS - Launch via NodePort
OpenShift Environments
Ingress Controller
Hostname Configuration
Access over HTTPS:
Access over HTTP:
OpenShift Routes

Authentication

Last updated
Was this helpful?