I’m trying to build sidecar using the code from istio/proxy: The Istio proxy components. (github.com), the command I use is make build_envoy BUILD_WITH_CONTAINER=1
. However, I can’t find the location of the executable after the build ends successfully.
My doubts are:
- Where can I find the executable after
make
- Is there any guidance document on building the envoy sidecar
Just as you can see, I am a beginner. Thank you for answering my question.