# Appendix

- [Appendix](https://docs.trilio.io/kubernetes/appendix/appendix.md)
- [Integrations](https://docs.trilio.io/kubernetes/appendix/integrations.md)
- [AWS RDS snapshots using T4K hooks](https://docs.trilio.io/kubernetes/appendix/integrations/aws-rds-hooks.md): How to backup/restore AWS RDS using hooks
- [Monitoring T4K Logs using ELK Stack](https://docs.trilio.io/kubernetes/appendix/integrations/elk-monitoring.md): This section provides step by step instructions to install and configure Elastic Search, Logstash and Kibana to monitor T4K logs with other native Kubernetes resources.
- [T4K GitHub Runner](https://docs.trilio.io/kubernetes/appendix/integrations/github-runner.md)
- [Deploying Trilio For Kubernetes with Openshift ACM Policies](https://docs.trilio.io/kubernetes/appendix/integrations/openshift-acm-policies.md)
- [Rancher Navigation Links for Trilio Management Console](https://docs.trilio.io/kubernetes/appendix/integrations/rancher-navigation.md): This page describes the step-by-step instructions to create a Navigation Link for the T4K Management Console on the Rancher Management Console.
- [T4K Integration with Slack using BotKube](https://docs.trilio.io/kubernetes/appendix/integrations/slack-botkube.md): This section provides step by step instructions to install and configure BotKube to monitor T4K resources from Slack along with other native Kubernetes resources.
- [Optimize T4K Backups with StormForge](https://docs.trilio.io/kubernetes/appendix/integrations/stormforge-optimization.md): This article helps users to install and configure StormForge. It can be used find the optimized resource configuration of T4K to run the backup
- [Performance](https://docs.trilio.io/kubernetes/appendix/performance.md)
- [Measuring Backup Performance](https://docs.trilio.io/kubernetes/appendix/performance/backup-performance-testing.md): This page provides insights into measuring backup performance with T4K
- [S3 as Backup Target](https://docs.trilio.io/kubernetes/appendix/performance/s3-as-backup-target.md): This article describes the approach that Trilio has taken to support S3 compatible storage as backup target
- [T4K S3 Fuse Plugin performance](https://docs.trilio.io/kubernetes/appendix/performance/s3-as-backup-target/tvk-s3-fuse-plugin-performance.md): This page describes how to measure the overhead from the TVKs S3 Plugin
- [Platform Guides](https://docs.trilio.io/kubernetes/appendix/platform-guides.md)
- [Backup and Restore Virtual Machines running on OpenShift](https://docs.trilio.io/kubernetes/appendix/platform-guides/openshift-virtualization.md): A guide for performing the backup and restore of the Virtual Machine (VM) running on the OpenShift environment.
- [Fetch DigitalOcean Kubernetes Cluster kubeconfig for T4K UI Authentication](https://docs.trilio.io/kubernetes/appendix/platform-guides/digitalocean-kubeconfig.md): This page describes how to pull the kubeconfig file using doctl CLI for the DigitalOcean Kubernetes Cluster without exec section in it which causes authentication failure on T4K Management UI.
- [T4K UI Native Authentication (GKE/EKS)](https://docs.trilio.io/kubernetes/appendix/platform-guides/ui-native-authentication.md)
- [Force Update T4K Operator in Rancher Marketplace](https://docs.trilio.io/kubernetes/appendix/platform-guides/rancher-operator-update.md): The SUSE Rancher Marketplace sometimes may not show the latest Trilio Operator version. If you are not able to see the latest release of Trilio please follow this page.
- [OpenShift OperatorHub Custom CatalogSource](https://docs.trilio.io/kubernetes/appendix/platform-guides/operatorhub-custom-catalogsource.md): Creating custom catalogsource in OperatorHub for T4K
- [Custom CatalogSource in a restricted environment](https://docs.trilio.io/kubernetes/appendix/platform-guides/operatorhub-custom-catalogsource/restricted-network-installation-for-tvk-on-ocp-openshift.md): This page describes the instructions for deploying T4K through a CustomCatalogSource on OpenShift in a network restricted environment.
- [Storage](https://docs.trilio.io/kubernetes/appendix/storage.md)
- [Configure OVH Object Storage as a Target](https://docs.trilio.io/kubernetes/appendix/storage/ovh-object-storage.md): This page describes how to create a OVH Object Storage bucket / container on the OVH Public Cloud and how to configure the bucket to use as a Target for Trilio for Kubernetes
- [T4K For Volumes with Generic Storage](https://docs.trilio.io/kubernetes/appendix/storage/generic-storage-volumes.md): This page describes how to configure T4K to work for volumes with non-CSI storage (e.g., local disks, NFS, EFS) or where T4K does not currently support the underlying storage provider.
- [Connect T4K UI hosted with HTTPS to another cluster hosted with HTTP or vice versa](https://docs.trilio.io/kubernetes/appendix/storage/https-http-clusters.md): This page describes MultiCloud Management through the Trilio Management console when the primary cluster's T4K UI is running on HTTPS and secondary cluster's T4K UI is on HTTP or vice versa.
- [CSI Drivers](https://docs.trilio.io/kubernetes/appendix/storage/csi-drivers.md): General information regarding CSI Drivers and sample drivers that can be leveraged to evaluate Trilio for Kubernetes are discussed in this section
- [Install AWS EBS CSI Driver](https://docs.trilio.io/kubernetes/appendix/storage/csi-drivers/install-aws-ebs-csi-driver.md): This page explains steps by step instruction to install the AWS EBS CSI driver on AWS EKS cluster.
- [HostPath Storage for T4K](https://docs.trilio.io/kubernetes/appendix/storage/csi-drivers/hostpath-for-tvk.md): This section describes installation of Hostpath CSI driver
- [Installing VolumeSnapshot CRDs](https://docs.trilio.io/kubernetes/appendix/storage/csi-drivers/installing-volumesnapshot-crds.md): Refer to this page to install VolumeSnapshot CRDs
- [Reference](https://docs.trilio.io/kubernetes/appendix/reference.md)
- [T4K Product Quickview](https://docs.trilio.io/kubernetes/appendix/reference/requirements.md): This section provides details on T4K's development methodology, deployment details, security, life cycle management, services integration, quality assurance, support and performance
- [Ignored Resources](https://docs.trilio.io/kubernetes/appendix/reference/ignored-resources.md): This page describes the default list of resources ignored by T4K during a backup operation
- [T4K Best Practices](https://docs.trilio.io/kubernetes/appendix/reference/best-practices.md)
- [Legal](https://docs.trilio.io/kubernetes/appendix/legal.md)
- [OpenSource Software Disclosure](https://docs.trilio.io/kubernetes/appendix/legal/opensource-licenses.md): Disclosure of OpenSource Software leveraged by T4K


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trilio.io/kubernetes/appendix.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
