Arko Dasgupta
Arko Dasgupta
Signed-off-by: Arko Dasgupta
The Config Manager is responsible for instantiating and managing the lifecycle of the various system components in Envoy Gateway based on the Envoy Gateway Bootstrap spec
A document about the project roadmap helps users understand * WHAT - future scope and deliverable for the project * WHEN - timelines for delivering these milestones / also helps...
This issue tracks how the the data plane Envoy Proxy authenticates and authorizes with the xDS Server within Envoy Gateway
Envoy Gateway intends to support upstream services & endpoint running in all environments as highlighted [here](https://github.com/envoyproxy/gateway/blob/main/GOALS.md#all-environments). This issue tracks how this can be achieved using the [Gateway API](https://gateway-api.sigs.k8s.io)
/kind bug **Description:** We are using `multiarch/qemu-user-static` to setup the emulators for multiarch builds. Seeing `arm64` builds randomly fail https://github.com/envoyproxy/envoy/issues/14971 Its most likely related to QEMU 5.2 used in the...
Fixes: https://github.com/envoyproxy/gateway/issues/405 Signed-off-by: Arko Dasgupta
* create a xdsIR per gateway * create a infraIR per gateway * use the gateway namespace-name as the key for above IRs * populate the envoy bootstrap config with...
* match the examples to previous `build-multiarch` section * rm `@` from make target to expose cmds running / improve debuggability Signed-off-by: Arko Dasgupta