Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 392 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 392 Bytes

Fastify Graceful Shutdown Example

Requirements

  • working kubectl setup
  • docker

Build

Build & Deploy with

./build.sh

Usage

  1. Watch for Pod logs
kubectl logs -nfastify -lapp=fastify -f
  1. Watch in a seperate terminal for changes in the deployment
 watch kubectl get pods  -n fastify
  1. Kill a fastify container and check the output from (1)