This is a Test Application for the CKA/Prometheus.
It is a straightforward NodeJS application that exposes metrics on the /metrics
endpoint.
To run the NodeJS application:
- Install the dependencies
npm install
- Run the App
node app/server.js
To build the project:
docker build -t repo-name/image-name:image-tag .
docker push repo-name/image-name:image-tag