Let's get Hands on

https://www.envoyproxy.io

Prerequisites for hands-on

I'm using minikube/minishift. YMMV

Pull some images

docker pull envoyproxy/envoy:v1.10.0
docker pull tutum/curl
docker pull citizenstig/httpbin

Our sample envoy config file

https://github.com/christian-posta/istio-workshop/blob/master/envoy/conf/simple.yaml

now we have a sample service and an envoy proxy configured to forward requests to it