Skip to content

Example code for generating type-safe server configuration with Envoy in Go

Notifications You must be signed in to change notification settings

subyraman/envoy-typesafe-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example of generating type-safe Envoy configuration in Go using Envoy's protocol buffers. The accompanying post explaining this repo is here.

Build the configuration and run the envoy server in Docker:

docker build --tag envoy:latest .

Run the envoy server:

docker run -d -p 10000:10000 envoy:latest

Confirm that all is working by issuing a request:

curl 0.0.0.0:10000 -v

About

Example code for generating type-safe server configuration with Envoy in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published