The Catalog API manages products and product assignments. It is deployed by the accounts-api orchestrator.
- POST
/products - GET
/products/all - GET
/products/:id - GET
/products?category=... - POST
/products/:id/assign - GET
/assignments?accountId=... - GET
/health
npm install
node src/index.jsDefault port: 3003
Health check:
curl http://localhost:3003/healthDefines:
- Namespace:
catalog - Deployment:
catalog-api - Service:
catalog-api
Cluster creation, ingress, and Insights agent installation are handled by accounts-api.