Static frontend and FastAPI backend run behind Ingress, with MariaDB as the persistent data tier.
Milestones tracks readiness and validation checkpoints for the running Kubernetes deployment.
Security findings remain protected behind the current locked dashboard authorization flow.
GitOps reconciliation and image rollouts keep cluster state and application builds aligned.
kubeadm cluster with ingress routing, automated TLS issuance, and observability components.
Use Architecture for topology, Deployment for release flow, and Milestones for runtime validation.
Build updated images from current repository sources for the frontend and backend services.
Publish image artifacts to the registry referenced by Kubernetes workloads.
ArgoCD keeps manifests synchronized with desired state in git and self-heals configuration drift.
Restart workloads to pull updated image layers while preserving service availability.
Use the Milestones page to confirm API readiness and traffic behavior after changes.
Review Milestones to confirm stability and readiness gates are still satisfied.