Skip to content

System Proofs

Screenshots and logs demonstrating that all major system components are operational.

Work in progress

This page is a placeholder. Screenshots and terminal output will be added here.

Kubernetes Cluster

kubectl get pods -n soccer

Screenshot placeholder — all pods Running/Ready

Running Services

Service Status Evidence
FastAPI (soccer-api) ✅ Running kubectl get deploy soccer-api
Celery workers ✅ Running Flower dashboard screenshot
RabbitMQ ✅ Running RabbitMQ management UI
PostgreSQL ✅ Running kubectl get statefulset postgres
MinIO ✅ Running MinIO console screenshot
Airflow ✅ Running Airflow UI screenshot
Prometheus ✅ Running Prometheus targets page
Grafana ✅ Running Grafana home page

DVC Pipeline

dvc dag
dvc status

Output placeholder — all stages not changed

MinIO Buckets

Screenshot placeholder — buckets: raw-data, processed-data, models, reports