GitOps Live

Deployment Console

GitOps-driven release management, blue/green switching, CI/CD pipelines, and rollback controls

🚀
DEPLOYMENT PIPELINE: GitOps-Driven Blue/Green Releases
Automated delivery from git commit to production — zero-downtime, audited, rollback-ready at every stage
▶ Active Pipeline — v2.14.7 → Production
🔁 Triggered by push to main abc1234 · 'feat: add payment retry logic' · j.santos · 2026-03-13 14:02 UTC
GIT PUSH
14:02:11 UTC
✅ Done
BUILD
14:02:45 UTC
2m 34s
TEST
14:05:19 UTC
4m 12s
STAGING
14:09:31 UTC
3m 08s
APPROVAL
14:12:39 UTC
Awaiting…
PRODUCTION
Scheduled
14
Deployments Today
98.6%
Success Rate (30d)
9m 47s
Avg Deploy Time
2
Rollbacks (30d)
📈 Recent Deployments
Version Environment Status Deployed By Time (UTC) Duration Action
v2.14.7 Staging Running ci-bot / github-actions 14:02:11
v2.14.6 Production Success j.santos 11:34:02 9m 12s
v2.14.5 Production Success a.kowalski 09:17:44 8m 55s
v2.14.4 Hotfix Success ops-auto 03:05:18 4m 31s
v2.14.3 Production Failed ci-bot Yesterday 22:41 2m 07s
v2.14.2 Production Success r.okafor Yesterday 19:12 10m 03s
🔄 Traffic Distribution
▮ BLUE (Current) — 100% GREEN (Standby) — 0% ▮
100% on Blue 0% on Green
BLUE — LIVE
Blue Environment
v2.14.6  ·  sha:4f8a2d1
Status⬤ Healthy
Uptime4d 17h 32m
Containers5 / 5 running
Deployed2026-03-13 11:34 UTC
P95 Latency48ms
Error Rate0.02%
Health Checks
/health/api200 OK12ms
/health/db200 OK4ms
/health/redis200 OK1ms
/health/rng200 OK7ms
/health/payment200 OK23ms
GREEN — STANDBY
Green Environment
v2.14.7  ·  sha:9c3b7e0
Status⬤ Warm
Uptime0d 2h 14m
Containers5 / 5 running
Deployed2026-03-13 12:18 UTC
P95 Latency51ms
Error Rate0.00%
Health Checks
/health/api200 OK14ms
/health/db200 OK5ms
/health/redis200 OK1ms
/health/rng200 OK8ms
/health/payment200 OK19ms
⚡ Actions
🌞 Canary Release

Route a percentage of live traffic to Green before full cut-over.

Select canary percentage:
1%
5%
10%
25%
50%
Canary error budget: 0.00% / 0.50% threshold
casino-api
ns: casino-prod
github.com/acme/casino-api.git
HEAD main @ 4f8a2d1
Synced Healthy
Last sync: 2m ago  ·  3 resources
casino-backoffice
ns: casino-prod
github.com/acme/backoffice.git
HEAD main @ c12e5f3
Synced Healthy
Last sync: 14m ago  ·  5 resources
game-rng-service
ns: casino-prod
github.com/acme/rng-service.git
HEAD feature/rng-v3 @ 8d1c9a2
OutOfSync Degraded
⚠ 2 pods CrashLoopBackOff
payment-gateway
ns: payments
github.com/acme/payment-gw.git
HEAD main @ 7b3e1f8
Synced Healthy
Last sync: 1h 4m ago  ·  8 resources
monitoring-stack
ns: monitoring
github.com/acme/platform-ops.git
HEAD main @ 2a9f4c7
Synced Healthy
Last sync: 32m ago  ·  12 resources
nginx-ingress
ns: ingress-nginx
github.com/acme/infra-charts.git
HEAD main @ 5c8d3b1
Synced Healthy
Last sync: 47m ago  ·  6 resources
🕐 Sync History
casino-api — auto-sync v2.14.6
payment-gateway — manual sync
game-rng-service — sync failed
nginx-ingress — config update
monitoring-stack — helm upgrade
casino-backoffice — v2.14.5
🍁 Resource Tree — casino-api
Deployment casino-api Running
└─ ReplicaSet casino-api-6d8f9b47c
└─ Pod casino-api-6d8f9b47c-xk2p1 Running
└─ Pod casino-api-6d8f9b47c-m7vq8 Running
└─ Pod casino-api-6d8f9b47c-n3rc5 Running
Service casino-api-svc Active
└─ type: ClusterIP   port: 8000
Ingress casino-api-ingress
└─ api.acmetocasino.com → casino-api-svc:8000
ConfigMap casino-api-config
Secret casino-api-secrets
GitHub Actions — Recent Workflow Runs
Deploy to Staging
main
In Progress
push
3m 12s
14:02 UTC
Full Test Suite
main
Passed
push
4m 12s
14:01 UTC
Security Scan (SAST)
main
Passed
push
1m 47s
13:58 UTC
Deploy to Production
main
Passed
manual
9m 12s
11:34 UTC
Deploy to Production
main
Failed
push
2m 07s
Yesterday 22:41
Dependency Audit
dependabot/pip
Passed
schedule
0m 58s
Yesterday 06:00
GitLab CI — Pipeline Runs
#4821 feature/player-rewards Running j.santos · 8m ago
✓ build
✓ test
✓ staging
▶ review
― prod
#4820 main Passed ci-bot · 3h ago
✓ build
✓ test
✓ staging
✓ review
✓ prod
#4819 hotfix/payment-timeout Passed a.kowalski · 11h ago
✓ build
✓ test
✓ staging
✓ review
✓ prod
#4818 main Failed ci-bot · yesterday
✓ build
✗ test
― staging
― review
― prod
Job Log — #4821 / build
2026-03-13 14:02:45Z INFO Pulling image acme/casino-build:python3.12 2026-03-13 14:02:51Z INFO Installing dependencies (pip install -r requirements.txt) 2026-03-13 14:03:14Z OK All 247 packages installed successfully 2026-03-13 14:03:15Z INFO Running lint checks (ty check) 2026-03-13 14:03:22Z OK No type errors found 2026-03-13 14:03:22Z INFO Building Docker image casino-api:v2.14.7 2026-03-13 14:04:18Z OK Image built: sha256:9c3b7e0f4a12... 2026-03-13 14:04:19Z INFO Pushing to registry: registry.acme.internal/casino-api:v2.14.7 2026-03-13 14:05:01Z OK Image pushed successfully 2026-03-13 14:05:01Z DONE Build stage complete in 2m 34s
📅 Pre-Deployment Test Schedule
API Smoke Test
Smoke
*/5 * * * *
in 2m 18s
PASS
PAM Module Integration
Integration
0 */2 * * *
in 47m
PASS
Wallet Ledger Integrity
Integration
0 */4 * * *
in 1h 52m
PASS
Player Registration E2E
E2E
0 6,18 * * *
18:00 UTC
PASS
Payment Flow E2E
E2E
0 8,20 * * *
20:00 UTC
PASS
Load Test — 500 concurrent
Performance
0 2 * * 1
Mon 02:00
WARN
RNG Statistical Audit
Performance
0 3 * * *
Tomorrow 03:00
PASS
OWASP Security Scan
Security
0 4 * * 0
Sun 04:00
PASS
Dependency Vulnerability Check
Security
0 6 * * *
Tomorrow 06:00
FAIL
⚡ Quick Rollback

Instantly revert production to the previous stable version without touching staging.

Current Active
v2.14.6
Deployed 2026-03-13 11:34 UTC by j.santos
Previous Stable
v2.14.5
Deployed 2026-03-13 09:17 UTC by a.kowalski
🕐 Deployment History
v2.14.6 ACTIVE
2026-03-13 11:34 UTC  ·  j.santos  ·  9m 12s  ·  Success
Current
v2.14.5
2026-03-13 09:17 UTC  ·  a.kowalski  ·  8m 55s  ·  Success
v2.14.4
2026-03-13 03:05 UTC  ·  ops-auto (hotfix)  ·  4m 31s  ·  Success
v2.14.3 Failed Deploy
2026-03-12 22:41 UTC  ·  ci-bot  ·  2m 07s  ·  Failed
v2.14.2
2026-03-12 19:12 UTC  ·  r.okafor  ·  10m 03s  ·  Success
v2.14.1
2026-03-12 15:44 UTC  ·  j.santos  ·  9m 41s  ·  Success
v2.14.0
2026-03-12 11:09 UTC  ·  ci-bot  ·  12m 22s  ·  Success
v2.13.9
2026-03-11 16:32 UTC  ·  ops-auto  ·  8m 14s  ·  Success