Lokal mit Docker Compose
docker compose up -d
Kubernetes lokal
./scripts/deploy/build-runtime-image.sh order-runtime:local
./scripts/deploy/deploy-kustomize-local.sh
./scripts/deploy/check-deployment.sh
OpenShift
oc new-project order-platform || true
./scripts/deploy/deploy-openshift.sh
Helm
./scripts/deploy/deploy-helm.sh order-platform
Typische Fehler
ImagePullBackOff
Das Image ist nicht im Cluster verfügbar oder Pull Secret fehlt.
CrashLoopBackOff
Konfiguration oder Secret fehlt. Prüfen:
kubectl -n order-platform describe pod -l app=order-runtime
kubectl -n order-platform logs deploy/order-runtime
Readiness schlägt fehl
Abhängigkeiten wie PostgreSQL, RabbitMQ oder Keycloak sind nicht erreichbar.