# Getting into Production

> Source: https://docs.synthesized.io/tdk/latest/user_guide/050_deployment_operations/production_setup/
> For the complete documentation index, see [llms.txt](https://docs.synthesized.io/llms.txt).

Production deployment guides for the platform across different platforms.

## Overview

This section covers production-ready deployments:

- Docker Compose production setup
- Kubernetes/Helm deployment
- High availability configuration
- Production best practices

## Deployment Options

### Docker Compose

For small to medium production deployments:

- [Docker Compose Production Setup](https://docs.synthesized.io/tdk/latest/user_guide/050_deployment_operations/production_setup/dc)

**When to use**:

- Single server deployment
- Simple infrastructure requirements

### Kubernetes with Helm

For enterprise production deployments:

- [Kubernetes Production Setup](https://docs.synthesized.io/tdk/latest/user_guide/050_deployment_operations/production_setup/helm)

**When to use**:

- Enterprise scale
- High availability required
- Cloud-native infrastructure

## See Also

- [Installation Methods](https://docs.synthesized.io/tdk/latest/user_guide/050_deployment_operations/installation_methods/)
- [Administration](https://docs.synthesized.io/tdk/latest/user_guide/050_deployment_operations/administration/)
