> 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/4.0.x/advanced-configuration.md).

# Advanced Configuration

- [AWS S3 Target Permissions](https://docs.trilio.io/kubernetes/4.0.x/advanced-configuration/aws-s3-target-permissions.md): Permissions required to add S3 as a target to T4K
- [Management Console](https://docs.trilio.io/kubernetes/4.0.x/advanced-configuration/management-console.md): This section describes how to configuration additional authentication mechanisms for management console
- [KubeConfig Authenticaton](https://docs.trilio.io/kubernetes/4.0.x/advanced-configuration/management-console/kubeconfig-authentication.md): This page describes authenticating to the Trilio Management Console via a KubeConfig file
- [Authentication Methods Via Dex](https://docs.trilio.io/kubernetes/4.0.x/advanced-configuration/management-console/oidc-ldap-and-openshift-authentication.md): This page describes how to setup and configure other forms of authentication via Dex.
- [UI Authentication](https://docs.trilio.io/kubernetes/4.0.x/advanced-configuration/management-console/ui-authentication-intro.md): This page provides an overview of how authentication works for the T4K UI.
- [RBAC Authentication](https://docs.trilio.io/kubernetes/4.0.x/advanced-configuration/management-console/rbac.md): Using Role Based Access Control (RBAC) to control T4K UI access
- [Configuring the UI](https://docs.trilio.io/kubernetes/4.0.x/advanced-configuration/management-console/accessing-the-ui.md): Learn how to configure and access the Trilio for Kubernetes, Management Console UI.
- [Resource Request Requirements](https://docs.trilio.io/kubernetes/4.0.x/advanced-configuration/resource-requirements-and-limits.md): This page provides resource requirements for Trilio for Kubernetes pods
- [Fine Tuning Resource Requests and Limits](https://docs.trilio.io/kubernetes/4.0.x/advanced-configuration/resource-requirements-and-limits/tvk-resource-usage.md): This page provides a guideline on how to calculate the resource needs under various circumstances
- [Observability](https://docs.trilio.io/kubernetes/4.0.x/advanced-configuration/observability.md)
- [Observability of Trilio with Prometheus and Grafana](https://docs.trilio.io/kubernetes/4.0.x/advanced-configuration/observability/logging-monitoring-and-measuring.md): Learn how to consume and visualize performance metrics from the Trilio Metrics Exporter for Prometheus.
- [Exported Prometheus Metrics](https://docs.trilio.io/kubernetes/4.0.x/advanced-configuration/observability/triliovault-prometheus-metrics.md): This appendix section describes the various metrics along with tags and values that are provided with Trilio for Kubernetes.
- [T4K Integration with Observability Stack](https://docs.trilio.io/kubernetes/4.0.x/advanced-configuration/observability/tvk-integration-with-observability-stack.md): The Observability Stack is a pre-packaged distribution for monitoring, logging and dashboard interfaces which can be installed into any existing Kubernetes cluster.
- [Modifying Default T4K Configuration](https://docs.trilio.io/kubernetes/4.0.x/advanced-configuration/configuring-default-tvk-configuration.md): This page describes how to make changes to default configurations for various components of the Trilio for Kubernetes application.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.trilio.io/kubernetes/4.0.x/advanced-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
