Quickstart

1) Verify Cluster Access

export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
kubectl get nodes
kubectl get pods -n dreambau

2) Validate Ingress and Certificates

kubectl get ingress -n dreambau
kubectl get certificate -n dreambau

3) Validate Core Dependencies

  • MySQL
  • Shared PostgreSQL
  • n8n PostgreSQL
  • MongoDB
  • Redis

4) Run Platform Status Script

bash Dreambau-Kubernetes/scripts/check-status.sh

5) Confirm Backup Health

  • Backup cronjob is present and scheduled
  • Latest backup artifacts exist and are non-empty
  • Restore procedure is tested in staging

6) Release Readiness Gate

Before any production change:
  • Confirm current pod health
  • Confirm latest successful backup
  • Confirm rollback procedure for affected service