Emissary एक Kubernetes API गेटवे है जो आने वाले बाहरी ट्रैफ़िक का प्रबंधन करता है और इसे आंतरिक माइक्रोसर्विसेज तक रूट करता है। यह उच्च-प्रदर्शन ट्रैफ़िक राउटिंग और प्रोटोकॉल अनुवाद को संभालने के लिए अंतर्निहित डेटा प्लेन के रूप में एक Envoy प्रॉक्सी का उपयोग करता है, जिसमें एक कंट्रोल प्लेन होता है जो Kubernetes कस्टम संसाधनों और एनोटेशन को प्रॉक्सी कॉन्फ़िगरेशन में अनुवादित करता है।
emissary-ingress/emissary की मुख्य विशेषताएं हैं: Kubernetes API Gateways, Microservice Traffic Management, Service Mesh, Progressive Delivery Strategies, High Availability Traffic Distribution, Kubernetes Configurations, Microservices Traffic Management, Application Layer Load Balancing।
emissary-ingress/emissary के ओपन-सोर्स विकल्पों में शामिल हैं: alibaba/higress — Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It… linkerd/linkerd2 — This project is a service mesh platform designed to manage, secure, and observe service-to-service communication… nginx/kubernetes-ingress — The NGINX Ingress Controller is a Kubernetes-native traffic manager that handles external requests and routes them to… projectcontour/contour — Contour is a Kubernetes ingress controller that manages external HTTP and TCP traffic by orchestrating Envoy proxy… line/armeria — Armeria is a Netty-based microservice framework used for building high-performance asynchronous services. It functions… apache/dubbo-spring-boot-project — This project is an integration framework that bootstraps Apache Dubbo remote procedure call services within Spring…
Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It provides a centralized system for routing, securing, and optimizing traffic directed toward large language models, AI agents, and microservice architectures. The project distinguishes itself through deep AI orchestration, including the ability to host and manage Model Context Protocol servers that transform REST APIs into tools for AI agents. It features specialized AI infrastructure for model request proxying, protocol translation across multiple providers, and semantic-based c
This project is a service mesh platform designed to manage, secure, and observe service-to-service communication within Kubernetes clusters. It functions as a control plane that orchestrates transparent sidecar proxies, which intercept and manage network traffic to provide reliable connectivity for microservices. By automating the injection of these proxies, the platform ensures that infrastructure-level policies are applied consistently across all workloads without requiring manual configuration changes. The platform distinguishes itself through its focus on zero-trust security and cross-clu
The NGINX Ingress Controller is a Kubernetes-native traffic manager that handles external requests and routes them to internal services. It translates Kubernetes API objects and annotations into proxy configurations to manage incoming HTTP, TCP, and UDP traffic. The controller distinguishes itself through advanced traffic steering and security integration. It supports blue-green and canary traffic splitting, as well as content-based and regex path routing. Security is handled at the edge via a web application firewall, denial-of-service protection, and a variety of authentication methods incl
Contour is a Kubernetes ingress controller that manages external HTTP and TCP traffic by orchestrating Envoy proxy instances. It functions as a control plane that translates declarative Kubernetes API objects into dynamic proxy configurations, enabling real-time traffic management without requiring infrastructure restarts. The system distinguishes itself through a focus on multi-tenant cluster networking and delegated configuration. By allowing routing rules to be partitioned across namespaces, it enables multiple teams to securely manage their own traffic policies within a shared cluster. It