Skip to content

Orchestration

Outils de gestion et orchestration de containers.

Services Disponibles

Portainer

Interface web pour Docker/Kubernetes/Swarm :

cd orchestration/portainer
docker compose up -d
# https://localhost:9443

Rancher

Plateforme de management Kubernetes :

cd orchestration/rancher
docker compose up -d
# https://localhost

Coolify

PaaS self-hosted (alternative à Heroku/Vercel) :

cd orchestration/coolify
docker compose up -d
# http://localhost:8000

Dokploy

PaaS self-hosted (alternative à Netlify/Heroku) :

cd orchestration/dokploy
docker compose up -d
# http://localhost:3000

Arcane

Dashboard moderne de gestion Docker avec Socket Proxy :

cd orchestration/arcane
docker compose up -d
# http://localhost:3552

Comparatif

Feature Portainer Rancher Coolify Dokploy Arcane
Docker Standalone
Docker Swarm
Kubernetes ✅ Native
Cluster Creation
Multi-cluster ✅ Business
Légèreté ❌ (Heavy)

Alternatives

  • Kubernetes Dashboard - UI officielle K8s
  • Lens - IDE Kubernetes desktop
  • Nomad - Alternative légère à K8s (HashiCorp)
  • CapRover - PaaS Docker simple