Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 782 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 782 Bytes

Dependency Status Download Status

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('@codeanker/feathers-kubernetes')

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