> For the complete documentation index, see [llms.txt](https://docs.trilio.io/kubernetes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trilio.io/kubernetes/appendix/integrations.md).

# Integrations

Third-party tool integrations and extensions for Trilio for Kubernetes.

## Overview

This section contains guides for integrating Trilio Vault with external monitoring, optimization, and deployment tools to enhance your backup and disaster recovery workflows.

## Available Integrations

| Resource                                                                                   | Purpose                                                                |
| ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------- |
| [elk-monitoring.md](/kubernetes/appendix/integrations/elk-monitoring.md)                   | Monitor T4K logs using the ELK Stack (Elasticsearch, Logstash, Kibana) |
| [slack-botkube.md](/kubernetes/appendix/integrations/slack-botkube.md)                     | Monitor T4K resources from Slack using BotKube                         |
| [stormforge-optimization.md](/kubernetes/appendix/integrations/stormforge-optimization.md) | Use StormForge with T4K to find optimized resource configurations      |
| [github-runner.md](/kubernetes/appendix/integrations/github-runner.md)                     | Configure Trilio Vault GitHub Runner                                   |
| [aws-rds-hooks.md](/kubernetes/appendix/integrations/aws-rds-hooks.md)                     | Configure AWS RDS snapshots using T4K hooks                            |
| [openshift-acm-policies.md](/kubernetes/appendix/integrations/openshift-acm-policies.md)   | Deploy T4K with OpenShift ACM Policies                                 |
| [rancher-navigation.md](/kubernetes/appendix/integrations/rancher-navigation.md)           | Navigate T4K within Rancher management console                         |

## When to Use This Section

Use this section when you need to:

* Integrate T4K with external monitoring and alerting systems
* Optimize resource utilization using third-party tools
* Automate T4K operations through CI/CD pipelines
* Connect T4K to your existing infrastructure tooling
* Set up notifications and reporting for backup operations

## Related Sections

* [**Platform Guides**](/kubernetes/appendix/platform-guides.md) - Platform-specific deployment and configuration guides
* [**Storage**](/kubernetes/appendix/storage.md) - Storage backend configuration and CSI driver guides
* [**Performance**](/kubernetes/appendix/performance.md) - Performance testing and optimization


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/integrations.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.
