What it is
Envoy Gateway is an open source project that manages Envoy Proxy as a standalone or Kubernetes-based application gateway. It lives in the Kubernetes and Envoy Proxy ecosystem, and it is associated with the CNCF, Gateway API, and go-control-plane topics. The project is written in Go and licensed under Apache-2.0.
The concrete problem it solves is the need to dynamically provision and configure managed Envoy Proxies through Gateway API resources. The README states that Gateway API resources are used to dynamically provision and configure the managed Envoy Proxies. The project manages Envoy Proxy in either standalone form or Kubernetes-based form, and the repository is categorized under Developer Tools / API Development & Testing.
Key capabilities
- It manages Envoy Proxy as a standalone application gateway.
- It manages Envoy Proxy as a Kubernetes-based application gateway.
- It uses Gateway API resources to dynamically provision managed Envoy Proxies.
- It uses Gateway API resources to configure managed Envoy Proxies.
- It provides a Quickstart for installing and using Envoy Gateway in a few simple steps.
- It publishes a compatibility matrix for releases.
- It accepts security vulnerability reports through SECURITY.md.
Who uses it and how
- Users running Envoy Proxy outside Kubernetes use it to manage Envoy Proxy as a standalone application gateway.
- Users running Kubernetes use it to manage Envoy Proxy as a Kubernetes-based application gateway.
- Users use Gateway API resources to dynamically provision and configure managed Envoy Proxies.
- Contributors use the Envoy Slack workspace and the Envoy Gateway channel to collaborate.
- Contributors attend community meetings held on Thursdays, alternating EU-friendly and APAC-friendly times.
Getting started
The README directs users to a Quickstart for installing and using Envoy Gateway in a few simple steps. The provided excerpt does not name Docker image names, package managers, or a hosted option.
When to use it — and when not to
Use it when a team needs an open source, Apache-2.0 project that manages Envoy Proxy through Gateway API in standalone or Kubernetes environments. Avoid it when a team needs a hosted gateway or documented self-hosting components, because the provided facts list no hosted option and the excerpt does not specify database, storage, SMTP, or other self-hosting components. The supplied metadata shows 761 open issues and no contributor count, so teams should verify current maintenance capacity before production use.