gateway
gateway copied to clipboard
Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
*Description*: >Describe the desired behavior, what scenario it enables and how it would be used. relates to https://github.com/envoyproxy/gateway/pull/2729 [optional *Relevant Links*:] >Any extra documentation required to understand the issue.
When https://github.com/envoyproxy/gateway/pull/861 merges, the EnvoyProxy custom resource can be used to customize the managed proxy infrastructure through `gatewayclass.spec.parametersRef`. Deleting the EnvoyProxy referenced by a managed GatewayClass can result in significant...
*Description*: >Describe the issue. Support for JSONPath was recently added to EnvoyPatchPolicy to be able to better select elements in a list More in https://github.com/envoyproxy/gateway/pull/3757 Lets add an example in...
@envoyproxy/gateway-maintainers should we consider something like[ envoy's overload manager ](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/operations/overload_manager) where we stop reconciling more resources (flag this in a `GatewayClass` status) in case we hit some specified memory threshold...
*Description*: >Describe the desired behavior, what scenario it enables and how it would be used. https://github.com/kubernetes-sigs/gateway-api/pull/3200 introduced a breaking change to SupportedFeatures experimental API. We need to align the controller...
*Description*: We validate all of our workloads with kubeconform . It can take custom CDR which we have a script that generates it from finding all the CDR's in our...
**What this PR does / why we need it**: Prefix TCP FilterChain name by irListener name, to let extension server can locate TCP FilterChain according to policy's targetRef(s). xref https://github.com/envoyproxy/gateway/issues/3461#issuecomment-2146544345
*Description*: For now, Envoy-Gateway has GRPCRoute. And in some contexts, We need to call from the client(maybe browser, mobile ...) to service. And it calls with HTTP protocol by Restfull....
*Description*: Background: for small scale tests (single node), I want to run envoyproxy without a load balancer and expose it directly using `hostPort`. To do this I need to patch...