isaacd9 / envoy-env

My test environment for using Envoy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Envoy environment

To use, first download Envoy and build according to the developer docs:

$ bazel run //source/exe:envoy-static -- -c `pwd`/config.yaml

in another shell run

$ go run http-server.go

you should then be able to see content on localhost:9000

About

My test environment for using Envoy


Languages

Language:Go 100.0%