**User story:** _As an operator, I want to verify that deployed services are running and healthy, so failures can be detected early._ **Tasks:** - [ ] Expose service internally via ClusterIP - [ ] Add /health endpoint to API - [ ] Configure readiness probe - [ ] Configure liveness probe - [ ] Validate pod health in Kubernetes This is mostly optional, but nice to have.
User story:
As an operator, I want to verify that deployed services are running and healthy, so failures can be detected early.
Tasks:
This is mostly optional, but nice to have.