Case StudiesThe Road to Customized Development of Sina Weibo API GatewaySina Weibo’s previous HTTP API gateway was built based on Nginx, which brought up a series of problems. After some research, we chose Apache APISIX, which is dynamic, efficient and stable to meet the ...
EcosystemPluginsIntegrating Splunk HTTP Event Collector with API GatewayFeaturedThis article explains how to configure and use the Splunk HEC service in Apache APISIX.
CommunityApache APISIX has over 200 contributors in GitHub main repo! Apache APISIX has over 200 contributors in GitHub main repo!
EcosystemThe practice of Nacos service discovery on API GatewayFeaturedThis article introduces the basic concepts of Apache APISIX and the Service Registry, and shows you the practice of Nacos service discovery on API Gateway.
EcosystemDoes etcd 3 Support HTTP Access Perfectly?It has been 8 months since the release of Apache APISIX version 2.0 last October. In the course of practice, we have also discovered some issues with etcd's HTTP API that interoperate with the gRPC AP...
CommunityRelease Apache APISIX 2.7.0Apache APISIX 2.7.0 has been released! Welcome to download and use it.
EcosystemWhy do you need Apache APISIX when you have NGINX and Kong?This article describes the history of the open source API Gateway Apache APISIX architecture's evolution and compares the advantages of the two frameworks, Apache APISIX and Nginx.
EcosystemDeploy APISIX and APISIX Ingress Controller on RancherThis article shows the procedure of installing and deploying Apache APISIX and Apache APISIX Ingress Controller in the Rancher App Store (Catalog), and how to proxy Kubernetes services through them.
EcosystemHow to Write an Apache APISIX Plugin in JavaApache APISIX now supports writing plugins in Java! You can now write plugins in a programming language you are familiar with.
EcosystemHow to Integrate API Gateway and Consul?FeaturedApache APISIX supports the Consul KV-based service discovery registry. This article will walk you through the process of implementing service discovery and service registry in Apache APISIX.
CommunityAPISIX Ingress Controller 1.0 ReleaseApache APISIX Ingress Controller v1.0 has been released, supporting the use of custom resources including ApisixRoute, ApisixUpstream, and Kubernetes native Ingress resources to control external traffic access to services deployed in Kubernetes. services deployed in Kubernetes.
SecurityAPISIX Dashboard Access Control Bypass Vulnerability Advisory (CVE-2021-33190)Because the application makes access control determinations by obtaining the value of the request header X-Forwarded-For, an attacker can achieve an access control bypass attack by simply tampering with that request header when invoking the API request.