Build container has JDK 17, not 21. Also replaced Thread.ofVirtual() (Java 21) with standard Thread. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- REST API: POST/GET/DELETE /api/apps - Build pipeline: JAR → Dockerfile → docker build → push → kubectl apply - In-memory state with K8s reconciliation on startup - Shell executor for docker/kubectl commands - Configurable via env vars (server URL, bootstrap token, registry, namespace) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>