From 2ea8d48728e43a66bf90e2d8efd5ff8d18f81550 Mon Sep 17 00:00:00 2001 From: Stefan Rotsch Date: Tue, 31 Jan 2023 14:04:12 +0100 Subject: [PATCH] docs: add apisix (#147) --- radar/2022-10-12/apisix.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 radar/2022-10-12/apisix.md diff --git a/radar/2022-10-12/apisix.md b/radar/2022-10-12/apisix.md new file mode 100644 index 0000000..758c604 --- /dev/null +++ b/radar/2022-10-12/apisix.md @@ -0,0 +1,17 @@ +--- +title: "Apache APISIX" +ring: assess +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: + +- Scalablbility: 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 + +At AOE, we are currently assessing Apache APISIX in one of our cloud infrastructure projects.