-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
I would like to expose current cluster configuration / application status through a REST API. This will enable Load Balancer integration through HTTP probes and allow for future tooling.
The API can expose following information:
- Cluster membership - list of nodes
- Individual node status (uptime / heartbeat)
- Application configuration
- Current status of deployed application on each node
- Health information from each application
We can extend current health monitoring to allow additional custom data to be exposed from the application.
The above will require adding a self-hosted HTTP server to be integrated with the YAMS host and also a simple implementation of cluster membership so all nodes in the cluser can be identified.
nehmebilal and ppozeti
Metadata
Metadata
Assignees
Labels
No labels