Deployments (0)
View deployment pipelines and their status.
How this works
Service deployments via the Bootstrap Pipeline (Rust binaries) and deploy daemon. The Gantt chart shows execution timeline. Green = success, red = failed, blue = running. Service Slots show the current blue-green port assignments updated in real-time via SSE.
Service Slots
Zero-downtime blue-green deployment status
How Blue-Green Deploy Works
Each service has two port slots (A/B). Only one is active. Deploy starts the new binary on the standby slot, health-checks it, flips Caddy, then stops the old.
Active — serving traffic
Standby — idle, ready for next deploy
api
A:3003
B:3004
api.kapable.dev
k8way
A:9080
B:9081
k8way.kapable.dev
kait
A:3112
B:3114
kait.kapable.dev
proxy
A:3080
B:3081
Non blue-green: agent, auth, caddy, canary, deploy, forge, konductor, migrate, worker
No deployments found
No deployment pipelines have been recorded yet.