Pumpkin CN
  • About Pumpkin CN
    • Get Started
    • Cloud Native
    • Cloud Native Tooling
    • Why Cloud Native Tooling?
    • Summary
    • Architecture Design Considerations for Cloud-Native Applications
    • Monoliths and Microservices
    • Trade-Offs for Monoliths and Microservices
    • Exercise 1
    • Solution: Exercise 1
    • Best practices for Application Deployment
    • Exercise 2: Health and metrics endpoints
    • Exercise 3: Logging
    • Application maintenance operations

Exercise 2: Health and Metric endpoints

With this exercise you will have the opportunity to extend a NodeJS/Express application with either the /healthz or /status and /metrics endpoints.

  • Clone the NodeJS/Express application exercise repository.
  • Install the necessary dependancies.
  • Run the application.
  • The application should be running on port 8080.
  • Check the README.md file for the exercise outpout.
Best practices for Application Deployment
Exercise 3: Logging

MIT 2022 © Pumpkin.
Edit this page on GitHub