gateway
gateway copied to clipboard
Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
Adds initial Envoy deployment support to Infra Manager. Fixes: #185 Signed-off-by: danehans
Once we've resolved #143 and have agreed on a voting mechanism, we need to write down the process for adding (and removing, but adding is more relevant) maintainers. What are...
Do we want to add `gatewayapi/helpers.go` to `-coverpkg=./...` so that it doesn't matter which package the tests belong to when counting coverage? xref: https://github.com/envoyproxy/gateway/pull/196#issuecomment-1211092656
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
Should Envoy Gateway's documentation be separate from Envoy's [official docs](https://www.envoyproxy.io/docs/envoy/latest/) or integrate with https://github.com/envoyproxy/envoy-website
The community meeting currently has the following issues: 1. Is longer than most OSS meetings. 2. Overlaps every other week with the GAMMA community call. 3. Is not friendly for...
*Description*: Add initial support for gateway status. Depends on: https://github.com/envoyproxy/gateway/pull/150 https://github.com/envoyproxy/gateway/pull/164 [optional *Relevant Links*:] The implementation should follow [Contour's implementation](https://github.com/projectcontour/contour/blob/main/internal/status/gatewaystatus.go), and be consistent with the existing Kube provider [controllers](https://github.com/envoyproxy/gateway/tree/main/pkg/provider/kubernetes).
Putting this up as a draft in case anyone wants to take it over while I'm on PTO next week, otherwise I'll pick it back up when I'm back /...
A matrix is needed that describes component versions used in EG releases. For example, EG v0.1 = Envoy v1.x, Gateway API v1.y, etc.