@codeanker/feathers-kubernetes

1.0.0 • Public • Published

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())

Readme

Keywords

none

Package Sidebar

Install

npm i @codeanker/feathers-kubernetes

Weekly Downloads

782

Version

1.0.0

License

ISC

Unpacked Size

9.36 kB

Total Files

9

Last publish

Collaborators

  • superbarne
  • swiatek