This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch juzhiyuan-patch-1 in repository https://gitbox.apache.org/repos/asf/apisix-website.git
commit 9a2e831ba5be16f2214c015f20f2ff56f6d49246 Author: 琚致远 <[email protected]> AuthorDate: Wed Sep 21 20:45:47 2022 +0800 docs: improve apisix-v3-preview blog --- blog/en/blog/2022/09/21/apache-apisix-v3-preview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/en/blog/2022/09/21/apache-apisix-v3-preview.md b/blog/en/blog/2022/09/21/apache-apisix-v3-preview.md index 7145c06a4a0..0943c30029c 100644 --- a/blog/en/blog/2022/09/21/apache-apisix-v3-preview.md +++ b/blog/en/blog/2022/09/21/apache-apisix-v3-preview.md @@ -20,7 +20,7 @@ image: https://static-site.apiseven.com/wp-content/uploads/2022/09/APISIX.webp <!--truncate--> -[API Gateway](https://apisix.apache.org/docs/apisix/terminology/api-gateway/) acts as a basic component for a long time, and it has been committed to providing various functions such as [rate limiting](https://apisix.apache.org/docs/apisix/plugins/limit-req/), authentication (e.g., [OpenID Provider](https://apisix.apache.org/blog/2022/07/06/use-keycloak-with-api-gateway-to-secure-apis/)), and observability at the business level. +[API Gateway](https://apisix.apache.org/docs/apisix/terminology/api-gateway/) acts as a basic component for a long time, and it has been committed to providing various functions such as [rate limiting](https://apisix.apache.org/docs/apisix/plugins/limit-req/), authentication (e.g., [Use Keycloak to secure APIs](https://apisix.apache.org/blog/2022/07/06/use-keycloak-with-api-gateway-to-secure-apis/)), and observability at the business level. With the iteration of server-side technologies, more and more services have begun to migrate from bare metal to Kubernetes, and the original monolithic architecture has gradually evolved into a microservice architecture. At the same time, enterprises have begun to migrate their on-premise data centers to multi-cloud or hybrid clouds.
