Skip to main content

Deployment Overview

Learn how to deploy Release Pilot.

Deployment Options

Release Pilot can be deployed using:

  • Docker: Containerized deployment
  • Kubernetes: Container orchestration
  • Cloud Platforms: AWS, Azure, GCP

Prerequisites

  • Node.js 18+ or Docker
  • Database (MongoDB recommended)
  • Reverse proxy (Nginx recommended)

Quick Start

Docker Deployment

docker-compose up -d

Kubernetes Deployment

kubectl apply -f k8s/

Configuration

Configure Release Pilot using environment variables or configuration files.

Next Steps