Daneyon Hansen
Daneyon Hansen
https://github.com/envoyproxy/gateway/pull/16 specifies the need for a Path Watcher (PW) component to allow EG to be configured from file(s) in a directory path. The PW details should be captured in this...
https://github.com/envoyproxy/gateway/pull/178 introduced the Kubernetes Infra Manager and manages the Envoy `ServiceAccount`. Support should be added for managing the Envoy `Deployment`.
https://github.com/envoyproxy/gateway/pull/178 introduced the Kubernetes Infra Manager and manages the Envoy `ServiceAccount`. Support should be added for managing the Envoy `Service`.
Currently, EG only supports IPv4. For example, an Infra IR proxy listen address represents an IPv4 address. The code should be audited for IPv4-ism's and updated to support a dual-stack...
Convert the infra `Manager` struct into an interface. This should be done when additional infra providers are supported. Have all providers implement the interface. xref: https://github.com/envoyproxy/gateway/pull/178#discussion_r932701218
The [design doc](https://github.com/envoyproxy/gateway/blob/main/docs/design/SYSTEM_DESIGN.md) details how Envoy Gateway (EG) translates Gateway API objects into Envoy configuration and infrastructure. However, the document does not detail how EG handles the opposite workflow. What...
How should EG support best practices for running Envoy as an edge proxy? xref: https://www.envoyproxy.io/docs/envoy/latest/configuration/best_practices/edge
*Description*: Design an internal metadata API used by all IR objects. Potential use cases: 1. Used to reference the external object(s) that were used to create the IR object. 2....
*Description*: Pass spec.generation to newCondition(), so status.observedGeneration can be set. [optional *Relevant Links*:] Requires: https://github.com/envoyproxy/gateway/pull/150
The community has established Gateway API [conformance](https://gateway-api.sigs.k8s.io/concepts/guidelines/?h=conformance#conformance) as the target of the [0.0.2 release](https://github.com/envoyproxy/gateway/milestone/1). This is a meta issue, in that issues, PRs, etc. that target this goal should be...