Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 507 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 507 Bytes

kubernetes-nodejs-example

Example Node.js application with Kubernetes config yamls and CircleCI yaml to deploy.

Read the related Moving to Kubernetes blog post.

What's in repo?

  • Hello world Express server
  • Graceful server stop
  • Docker config with private npm support
  • Kubernetes secret
  • Kubernetes deployment
  • Kubernetes service
  • Kubernetes liveness (healthcheck)
  • Kubernetes readiness
  • CircleCI config example