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
- Host: GitHub
- URL: https://github.com/sejongk/envoy-hot-restarter
- Owner: sejongk
- License: apache-2.0
- Created: 2022-03-10T07:11:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T01:25:16.000Z (about 4 years ago)
- Last Synced: 2025-02-13T21:51:16.976Z (over 1 year ago)
- Topics: envoyproxy, golang
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)