// summary
Higress is a cloud-native API gateway built on Istio and Envoy that supports extensibility through Wasm plugins written in Go, Rust, or JavaScript. It provides specialized capabilities for AI applications, including unified management for LLM APIs and hosting for Model Context Protocol (MCP) servers. Originally developed at Alibaba, the platform offers production-grade performance with support for high-concurrency traffic and seamless configuration updates.
// technical analysis
Higress is a cloud-native API gateway built on Istio and Envoy, designed to provide high-performance traffic management with a focus on AI-native capabilities. It addresses the limitations of traditional gateways by eliminating traffic jitter during configuration reloads and offering robust support for gRPC, Dubbo, and AI model integration. By leveraging Wasm plugins, the architecture ensures memory safety and extensibility, allowing developers to implement custom logic in Go, Rust, or JavaScript without disrupting active connections.
// key highlights
// use cases
// getting started
To begin using Higress, you can deploy it locally using a single Docker command, which provides an all-in-one image containing the gateway and the UI console. For Kubernetes environments, you can use Helm to install the project, with options to configure regional mirror registries for faster image pulling. Once running, you can access the UI console on port 8001 to manage your routes, plugins, and AI gateway configurations.