This guide was created for a blog post which can be found here.
This repo provides a simple setup of SPIRE for Kubernetes, and two Envoy proxy deployments to communicate to each other using SPIFFE mTLS.
If you want to update the envoy configurations and try new images, make the changes and build with:
cd services/edge-proxy
docker build .
or
cd services/hello-world
docker build .