gateway
gateway copied to clipboard
Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
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 covers setting up a secure supply chain for all the software we provide, both for Kubernetes and non-Kubernetes use cases. In particular, #83 has some setup for how...
Kubernetes and many other projects include a license header in each project code file while Envoy only requires license headers at the project root. With https://github.com/envoyproxy/gateway/pull/84, EG will follow the...
While https://github.com/envoyproxy/gateway/issues/81 identifies the need for a production-quality certificate management solution, EG should support native cert management for simple, non-prod use cases.
We'll need to sort out how ports on the service map to ports that Envoy listens on. Right now they're 1:1, but I imagine inside the Envoy container we'll want...
There is a set of rules around how to handle 1+ invalid backend refs on an HTTPRoute that generally involve returning 500 responses for any invalid backends. This needs to...
https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.HTTPRequestRedirectFilter Needed for core conformance.
https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.HTTPRequestHeaderFilter Needed for core conformance.
*Description*: #176 introduces an `xdstest` command, which instantiates an xDS server to perform manual testing against. This issue covers work to turn this into an automated test that can be...
Last meeting we discussed providing some use cases on how people are deploying Envoy in production. We have somewhat of an interesting use case I thought I would share. We...