Skip to content

codeanker/feathers-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published