gateway
gateway copied to clipboard
Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
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....
https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.ProtocolType https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.TLSModeType https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1alpha2.TLSRoute
*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...
[`ko`](https://github.com/google/ko) is a tool for building Docker images that are simple containerized Go programs. In my opinion, this is preferable to `docker build` for several reasons: - Does [reproducible builds](https://reproducible-builds.org/),...
Hi guys, we have been following this project closely because it overlaps with some of the use cases [Kuadrant](https://github.com/Kuadrant) solves using Istio, but we feel we can also extend support...
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)
https://github.com/envoyproxy/gateway/pull/16 specifies the need for a Service Resolver (SR) component that resolves IR services into platform-specific endpoints. The SR details should be captured in this issue or a linked doc.
As a Kubernetes cluster administrator, I would like Gateway to support Kubernetes services that run in multiple clusters. Gateway should support multi-cluster service networking methods defined by [sig-multicluster](https://github.com/kubernetes/community/blob/master/sig-multicluster/README.md) but not...