Skip to content

zduymz/envoy-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

envoy-wrapper

Just a simple wrapper to help envoy shutdown gracefully.
I copied from contour envoy shutdown and tweak a little for my need.

How it work

envoy-wrapper is designed to catch these following signal SIGINT, SIGTERM, SIGHUP, SIGQUIT to handle graceful shutdown for envoy.

It also exposes a webhook localhost:8090/shutdown to handle graceful shutdown.