1.0.0 • Published 6 years ago

@codeanker/feathers-kubernetes v1.0.0

Weekly downloads
37
License
ISC
Repository
-
Last release
6 years ago

Feathers Kubernetes

this package can expose 2 endpoint that are good for the use of a kubernetes cluster. The healthz endpoint for kubernetes pod lifecycle. And the metrics endpoint a Prometheus endpoint to collect feathers service metrics.

example

const { prometheus, health } = require('feathers-kubernetes')

app.configure(prometheus()) // this must be placed after the this been called
app.configure(health())