Skip to main content
This feature is actively being developed and will change before release.
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

Deployment Targets

Detailed guides for each deployment option

Environment Configuration

Managing secrets, connection strings, and environment-specific settings

Monitoring & Observability

Metrics, logging, and alerting integration

Scaling & Performance

Horizontal scaling and performance tuning

Next Steps