Case StudiesDeploy and Run Apache APISIX on Scaleway CloudIn this post, you will learn how easily deploy and run both Apache APISIX API Gateway and Ingress Controller on Scaleway Cloud Managed Kubernetes to efficiently manage, protect and observe your APIs in the cloud.
PluginsRewriting the Apache APISIX response-rewrite plugin in RustThis article describes how to redevelop the response-rewrite plugin using Rust and WebAssembly.
EcosystemApache APISIX loves Rust!This article shows the steps to perform to develop and deploy WebAssembly plugins from Rust.
EcosystemBuilding event-driven API services using CQRS, API Gateway and ServerlessThis blog post explores how to build event-driven API Services using these 3 well-known patterns to build a highly scalable and distributed system. We will break down each concept and understand the r...
CommunityWhy Is Apache APISIX the Best API Gateway?Why is Apache APISIX the best API Gateway? We will compare multiple API gateways (Kong, Tyk, Gloo) in terms of the popularity among developers, their open source licenses, their performances, and the ...
IngressKubernetesHands-On: Set Up Ingress on Kubernetes With Apache APISIX Ingress ControllerA tutorial on using Ingress in your Kubernetes cluster with Apache APISIX.
EcosystemAPI monetization using an API Management and a billing provider💁🏼 This blog post gives you an idea of building your technology stack with an API Gateway and a payment provider that can help you run quickly and securely your API monetization system which simply provides flexibility for your customers.
PluginsFault Injection Testing with API Gateway💁 This blog post describes how an API Gateway like Apache APISIX is useful for testing the robustness and resilience of microservices APIs.
EcosystemBackend-for-Frontend: the demoThis article describes a demo code to implement the Backend-For-Frontend pattern.