Skip to content

Minimal Node.js (Express) deployment probe for container and orchestration platform validation.

Notifications You must be signed in to change notification settings

tyrelof/node-express-probe

Repository files navigation

node-express-probe

GitHub manual smoke GitLab manual pipeline

Minimal Node.js (Express) application used for deployment validation across container and orchestration platforms.

This repository is part of a cross-stack Deployment Probe Series used to:

  • Validate Docker builds
  • Test Kubernetes / ECS deployments
  • Verify CI/CD smoke tests
  • Experiment with runtime behavior across stacks

Endpoints

  • GET / → basic JSON response
  • GET /health → returns 200 OK (health check)
  • GET /ready → readiness probe endpoint
  • GET /live → liveness probe endpoint
  • GET /version → app version from package.json and optional commit from APP_COMMIT_SHA

Local Run

npm install
npm start

About

Minimal Node.js (Express) deployment probe for container and orchestration platform validation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published