EcosystemApache APISIX v.s Envoy: Which Has the Better Performance?This article introduces the performance comparison between Apache APISIX and Envoy under certain conditions. In general, APISIX is slightly better than Envoy in terms of response latency and QPS, and ...
VulnerabilitiesApache APISIX not affected by NGINX CVE-2021-23017On May 26, NGINX issued a security announcement that fixed a DNS resolver vulnerability (CVE -2021-23017) in the NGINX resolver.
CommunityFirst Experience with Apache APISIX Shared by Student in OSPP 2020This interview features two students who participated in the Summer 2020 of Open Source Promotion Plan, both of whom are now Apache APISIX committers and OSPP 2021 mentors for APISIX-related projects.
CommunityApache APISIX Release 2.6.0Apache APISIX 2.6.0-Release is officially released! Welcome to download and use.
Case StudiesAPI Gateway Practice in Tencent with APISIXThis article is a lecture note from the speech given by Xin Xu, an engineer in charge of internal container platform of Tencent Games, at the Apache APISIX Meetup - Shenzhen. By reading this article, ...
EcosystemGet Front-End Test Coverage with CypressIn the article "Stable Product Delivery with Cypress", we discussed why we chose Cypress as our E2E testing framework. After spending nearly two months refining the test cases, we needed test coverage to quantify whether the test coverage was sufficient.This article will describe how to get APISIX Dashboard front-end E2E coverage using Cypress.
EcosystemInstall Apache APISIX from Helm ChartsA few days ago, API7.ai released an online Helm Charts repository. Users can easily install Apache APISIX, Apache apisix-dashboard and Apache apisix-ingress-controller from it (rather than cloning the corresponding project in advance).
EcosystemStable Product Delivery with CypressThis article explains how Yi Sun, GitHub ID @LiteSun, became Apache APISIX Committer from API7.ai, implements stable product delivery with Cypress.