From 2e57d1bc9de2e586ed7b1f6799235d9afa935c7f Mon Sep 17 00:00:00 2001 From: Fabian Junkert Date: Fri, 24 May 2024 16:33:14 +0200 Subject: [PATCH] docs: update apisix description and move to trial (#292) --- radar/2024-06-01/apisix.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 radar/2024-06-01/apisix.md diff --git a/radar/2024-06-01/apisix.md b/radar/2024-06-01/apisix.md new file mode 100644 index 0000000..5882d6e --- /dev/null +++ b/radar/2024-06-01/apisix.md @@ -0,0 +1,17 @@ +--- +title: "Apache APISIX" +ring: trial +quadrant: tools +tags: [devops] +--- + +[Apache APISIX](https://apisix.apache.org/) is an open-source, high-performance API gateway, designed for +microservices, cloud-native and container-based architecture. It provides a wide range of features to manage +and secure API services: + +- Scalability: Load balancing and routing, dynamic scaling +- Performance: Fast and reliable, supports caching and rate limiting +- Multi-Protocol Support: Supports HTTP, HTTPS, WebSockets and gRPC +- Customization: Plugins for authentication, authorization and traffic management + +APISIX is currently in trial at AOE and is being used in multiple projects.