Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 2.74 KB

File metadata and controls

74 lines (56 loc) · 2.74 KB
title Deployment methods
description Choose the best deployment method for your infrastructure. Deploy Plane with Docker, Kubernetes, Podman, or in airgapped environments.
keywords plane deployment methods, docker compose, kubernetes, helm, podman, airgapped deployment, self-hosting

Install Plane

Choose a deployment method based on your infrastructure and requirements.

System requirements

  • CPU: 2 cores (x64/AMD64 or AArch64/ARM64)
  • RAM: 4GB (8GB recommended for production)
  • OS: Ubuntu, Debian, CentOS, Amazon Linux 2 or 2023, macOS, Windows with WSL2

Deployment methods

Plane supports a wide range of deployment options from simple single-container setups to enterprise-grade Kubernetes clusters.

Container deployments

Core deployment methods for running Plane with containerized services:

Install Plane using Docker Compose with all required services. Ideal for small to medium teams. Single container with all Plane services. Perfect for testing and small deployments. Production-grade deployment using Helm charts for high availability and auto-scaling.

Platform deployments

Deploy Plane using specialized platforms and orchestration tools:

Deploy Plane on Docker Swarm cluster for distributed container orchestration. Deploy with Podman as a Docker alternative using systemd integration. Deploy Plane using Coolify's platform for simplified container management. Deploy and manage Plane through Portainer's web interface.

Airgapped deployments

For environments without internet access or with strict security requirements:

Deploy Plane in isolated networks using Docker Compose with pre-loaded images. Deploy in airgapped Kubernetes clusters using Helm charts with offline images.