Operations
This template should support a minimal operator verification checklist.
Baseline checks
- configuration renders correctly
hex-core-servicestarts and remains healthy- registry catalog is mounted and readable
- outbound access to the registry source works
- outbound access to the configured
io-adapterworks - one authenticated smoke request succeeds
Compose-oriented checks
Typical checks include:
./scripts/validate-local-compose.shdocker compose configdocker compose psdocker compose logs
Kubernetes-oriented checks
Typical checks include:
./scripts/validate-local-kubernetes.shkubectl kustomizekubectl get podskubectl logs- service and secret presence checks
Failure domains
Common deployment failures are likely to come from:
- invalid auth configuration
- unreachable or misconfigured
io-adapter - registry catalog mismatch or invalid artifact URLs
- blocked network egress
- image tag drift