hango-io / envoy-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A high-performance gateway data plane based on the open source network proxy Envoy Proxy.

BUILD

This repo maintains the same compilation environment requirements as the open source network proxy Envoy Proxy. You can refer to Envoy Proxy Community for the basic requirements of compilation and construction.

It is more recommended to perform the build and compile in the build container.

Before starting to build, you need to initialize the Envoy submodule.

git submodule init
git submodule update

Execute the following command to build the local binary:

./ci/do_ci.sh compile

Execute the following command to build the container image:

# Export `ENVOY_PROXY_HUB` ENV to specify image repo.
export ENVOY_PROXY_HUB="hangoio/envoy-proxy"
# Build container image.
./ci/do_ci.sh envoy-release

Thanks

  • Envoy Proxy: The entire repo is built on the basis of Envoy, not only includes the Envoy main body, but also includes a large number of tool scripts derived from Envoy.

  • Istio: The data plane uses the Pilot-agent module in Istio to manage the Envoy life cycle in the container.

About

License:Apache License 2.0


Languages

Language:C++ 66.2%Language:Lua 19.8%Language:Python 6.4%Language:Starlark 5.9%Language:Shell 1.6%Language:Dockerfile 0.1%