An open API service indexing awesome lists of open source software.

https://github.com/sejongk/envoy-hot-restarter

envoy proxy hot restarter with envoy config watcher
https://github.com/sejongk/envoy-hot-restarter

envoyproxy golang

Last synced: 10 months ago
JSON representation

envoy proxy hot restarter with envoy config watcher

Awesome Lists containing this project

README

          

# envoy-hot-restarter
* envoy proxy hot-restarter implemented in Golang
* it watches envoy config file and start envoy hot-restart procedure when the file is updated
* I referred to official envoy hot-restart wrapper(https://github.com/envoyproxy/envoy/blob/main/restarter/hot-restarter.py)