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

# Deploy Pipelines

> Deploy and manage pipelines in production environments

<Note>
  This feature is actively being developed and will change before release.
</Note>

Once you've built and tested your pipeline, it's time to deploy it to production. This guide covers deployment strategies, environment configuration, and operational best practices.

## Overview

Streemlined supports multiple deployment options to fit your infrastructure:

* **Standalone JAR** — Run pipelines directly on VMs or bare metal
* **Docker** — Containerized deployment for cloud-native environments
* **Kubernetes** — Orchestrated deployment with auto-scaling and high availability

## Coming Soon

<CardGroup cols={2}>
  <Card title="Deployment Targets" icon="server">
    Detailed guides for each deployment option
  </Card>

  <Card title="Environment Configuration" icon="sliders">
    Managing secrets, connection strings, and environment-specific settings
  </Card>

  <Card title="Monitoring & Observability" icon="chart-line">
    Metrics, logging, and alerting integration
  </Card>

  <Card title="Scaling & Performance" icon="gauge-high">
    Horizontal scaling and performance tuning
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Test Pipelines" icon="flask-vial" href="/testing">
    Learn how to test pipelines before deployment
  </Card>

  <Card title="Configuration" icon="gear" href="/configuration">
    Configure Kafka, databases, and more
  </Card>
</CardGroup>
