brew install kubectl
brew cask install minikube
Clone the envoy repo into workspace.
git clone https://github.com/envoyproxy/envoy.git
cd into the configs
directory and modify the Dockerfile
so that it has the following
# This configuration will build a Docker container containing
# an Envoy proxy that routes to Google.
Doc here with exact same stuff: https://docs.google.com/document/d/1mymZngAgbL1obqtsgBgVb8vlKFekKXIh73vgo7DndFU/edit
Goal: Configure BOSH-deployed copilot to send config over MCP to a Pilot deployed on a CFCR cluster and use the Istio Ingressgateway (Envoy) route to cf apps.
Steps: