# Emissary Ingress — Kubernetes-Native API Gateway on Envoy > Emissary Ingress is an open-source Kubernetes API gateway built on Envoy Proxy, providing rate limiting, authentication, and traffic management for microservices. ## Install Save in your project root: # Emissary Ingress — Kubernetes-Native API Gateway on Envoy ## Quick Use ```bash # Install Emissary Ingress via Helm helm repo add datawire https://app.getambassador.io helm install emissary datawire/emissary-ingress -n emissary --create-namespace # Apply a Mapping to route traffic kubectl apply -f - <