The Identity API manages users and identity lookups. It is deployed into a shared Kubernetes cluster orchestrated by the accounts-api repository.
- POST
/users - GET
/users/:id - GET
/users - GET
/health
npm install
npm run devDefault port: 3001
Health check:
curl http://localhost:3001/healthDefines:
- Namespace:
identity - Deployment:
identity-api - Service:
identity-api
Cluster creation, ingress, and Insights agent installation are handled by accounts-api.