
emissary
No description available.
The Lens
Emissary-ingress is an API gateway built on Envoy Proxy. It handles routing, TLS termination, rate limiting, authentication, and load balancing for traffic entering your Kubernetes cluster. It's the front door to your cluster that decides which request goes where.
Fully free under Apache 2.0. CNCF incubating project. You get the full gateway: path-based routing, header-based routing, gRPC support, WebSocket support, automatic TLS with Let's Encrypt, rate limiting, and OAuth2 integration. Configured via Kubernetes CRDs (Custom Resource Definitions).
The catch: Emissary's development has slowed significantly. Ambassador Labs (the company behind it) has shifted focus to Telepresence and their commercial products. The Kubernetes gateway API is becoming the standard, and newer ingress controllers (like Envoy Gateway, which is also Envoy-based) are more actively developed. If you're starting fresh, Envoy Gateway or Traefik are better bets. If you're already running Emissary, it works, but plan a migration timeline.
Free vs Self-Hosted vs Paid
fully freeThe open source Emissary-ingress is fully free under Apache 2.0.
**Ambassador Edge Stack (commercial):** Ambassador Labs offers a paid version with developer portal, advanced rate limiting, and enterprise support. Pricing requires contacting sales.
**Self-hosting costs:** Runs as a Kubernetes deployment. Resource usage depends on traffic volume. Plan for 512MB-2GB RAM for the Emissary pods. The underlying Envoy proxy is efficient.
**Comparison:** NGINX Ingress Controller (free, most popular), Traefik (free, auto-discovery), Kong (open core, $35/mo+ for enterprise), Envoy Gateway (free, actively developed). Emissary's value proposition has weakened as alternatives have matured.
Free. But declining development activity makes newer alternatives more attractive.
Similar Tools
About
- Owner
- emissary-ingress (Organization)
- Stars
- 4,490
- Forks
- 701
Explore Further
More tools in the directory
Get tools like this delivered weekly
The Open Source Drop — the best new open source tools, analyzed. Free.

