PacketFire / gemini

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

Create master info endpoint #31

Closed RaasAhsan closed 5 years ago

RaasAhsan commented 5 years ago

Design an HTTP endpoint /_info that will return JSON metadata about the Gemini master. For now, this only needs to be the version of the application.

When you hit the endpoint, the output should be:

{
  "version": "[VERSION]"
}