Kong
Features of Kong
Use Cases of Kong
FAQ about Kong
QWhat is Kong? What is it mainly used for?
Kong is an open-source cloud-native API gateway designed for API traffic management, security, and observability in a microservices architecture, helping to unify and channel entry traffic.
QWhat deployment options does Kong support?
Kong can be deployed as Docker containers or via Kubernetes, and can also be installed directly on Linux; it is relatively easy to deploy and comes with a visual management UI.
QWhat are Kong's core features?
Core features include API routing and proxying, load balancing, authentication, rate limiting, monitoring and logging, and extensibility through a rich plugin ecosystem.
QHow does Kong perform and scale?
Built on NGINX with an event-driven model, Kong delivers high throughput and low latency, and supports horizontal scaling to handle high-concurrency scenarios.
QDoes Kong support plugins/extensions?
Yes, Kong has a rich plugin ecosystem supporting authentication, security, traffic control, and other plugins that can be executed in sequence via plugin chains.
QWhich protocols does Kong support?
Kong supports HTTP, HTTPS, gRPC, WebSockets, and other protocols suitable for modern distributed applications.
QWhere can I find Kong documentation and support?
Visit the official docs at docs.konghq.com for English documentation; the community also provides partial Chinese translations and technical articles.
QIs there an enterprise edition of Kong?
In addition to the open-source version, Kong, Inc. offers the Kong Konnect enterprise platform for unified API lifecycle management across hybrid and multi-cloud environments.