PacketFire / gemini

Cluster container orchestration tool
Apache License 2.0
0 stars 0 forks source link

Master ping mechanism #45

Open RaasAhsan opened 5 years ago

RaasAhsan commented 5 years ago

The master should have a ping endpoint that nodes can call to refresh their health status. If they haven't pinged in awhile, we can consider that node to be unhealthy.

We can probably do this with consul sessions and TTL.