> ## Documentation Index
> Fetch the complete documentation index at: https://developers.authlete.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Self-Managed Authlete Deployment Overview

> Learn about different options for deploying Authlete in your own infrastructure, from Kubernetes to bare metal installations.

# Self-Managed Authlete Deployment

## Overview

Self-Managed Authlete allows you to deploy and operate Authlete's platform in your own infrastructure. This deployment model is ideal for organizations that:

* Require complete control over their infrastructure
* Have specific data residency requirements
* Need to meet specific compliance requirements
* Want to integrate with existing security and monitoring tools

### Key Features

* **Infrastructure Control:** Deploy in any cloud provider or on-premises environment
* **Security Compliance:** Meet your organization's security requirements
* **Flexible Deployment:** Choose from Kubernetes, container runtime, or bare metal options
* **Scalability:** Horizontal scaling based on your needs

## Deployment Options

### 1. Kubernetes with Helm (Recommended)

* Production-ready deployment using Helm charts
* Automated scaling and high availability
* Simplified upgrades and rollbacks
* [View Installation Guide](/deployment-and-operations/self-managed-deployment/kubernetes-installation-guide)

### 2. Container Runtime

* Deploy using Docker or other container runtimes
* Suitable for environments without Kubernetes
* Automated deployment using Ansible
* [View Installation Guide](/deployment-and-operations/self-managed-deployment/aws-ecs-installation-guide)

### 3. Bare Metal Installation (Future)

* Direct installation on virtual or physical servers
* Maximum control over infrastructure
