Skip to content

Adoption & Ecosystem

Who uses it

The repository has no ADOPTERS.md file, so the named users below come from public reporting rather than a maintained adopter list. The New Stack reported Ticketmaster, Chick-fil-A, and AppDirect as production users, citing figures from Ambassador Labs including a peak of 500,000 requests per second and a user base that jumped from 5 million to 15 million in under ten minutes (The New Stack).

OrganisationUse caseSource
TicketmasterProduction API gateway / ingressThe New Stack
Chick-fil-AProduction API gateway / ingressThe New Stack
AppDirectProduction API gateway / ingressThe New Stack

Adoption signals

From the GitHub REST API on 2026-06-24 (gh api repos/emissary-ingress/emissary): 4,509 stars, 707 forks, and 427 open issues. The contributors API paginates to 192 non-anonymous logins. The project is a CNCF Incubating project (CNCF projects), with the latest release v4.1.0 on 2026-05-19 (GitHub).

Ecosystem

  • Envoy Proxy is the data plane Emissary is built on.
  • Observability integrates with Prometheus, Grafana, and Datadog; tracing connects to Zipkin/Jaeger-family backends through the IRTracing config.
  • Service mesh: it can sit in front of Linkerd, Istio, or Consul.
  • Knative serverless and the Gateway API are supported; Gateway API objects ride in the snapshot (pkg/snapshot/v1/types.go:84-87).
  • Ambassador Edge Stack is the commercial superset, adding ACME/OIDC and a developer portal on the same core (The New Stack).

Alternatives

AlternativeDiffers by
ContourAlso Envoy-based and a CNCF project, but uses a single HTTPProxy CRD and one Go binary for a simpler design; Emissary adds its own Mapping/Host/Listener CRDs and a Python config engine with heavier API gateway features (The New Stack)
Istio ingress gatewayAssumes a full service mesh and is heavier; Emissary stands alone as a mesh-independent edge gateway
ingress-nginxMature and NGINX-based, but lacks Envoy's dynamic xDS updates and the finer L7 control Emissary exposes
Ambassador Edge StackThe same core plus commercial ACME/OIDC/developer portal features