Quickstart

1) Verify Cluster Access

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

2) Validate Certificates and Ingress

kubectl get ingress -n wcr
kubectl get certificate -n wcr

3) Check Critical Services

  • MySQL
  • Shared PostgreSQL
  • n8n + n8n-postgres
  • Cap + storage dependency
  • NocoDB

4) Run Health Operations

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

5) Confirm Backups

  • weekly backup cronjob exists
  • latest backup artifacts are present
  • restore script is tested on non-production first