This repo is linked to this blog.
The Express API container hosts a simple Express Server. It listens on port 8080 and echoes the hostname.
The Envoy container listens for TLS connections on port 8443. It forwards all incoming requests to the Express Server through the loopback address.
The build process is maintained using makefile
makeThis will build and push the container images.
pod.express-ssl.yaml describes the pod to run the containers in side-car pattern.