Skip to content

DataOne/k8s-microservices-version

 
 

Repository files navigation

k8s-microservices-version

This little app lists the version of microservices.

Configuration

This app is configured via environment variables. We assume that each service has an endpoint that returns a Json object with a key named version containing the actual version number.

If you want to add a service simply configure an env variable according to the following scheme: K8S_SERVICE_ENDPOINT_<service-name>=<service-version-url>.

Run

  • npm install
  • npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.1%
  • Dockerfile 6.9%