You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/06/28 12:07:43 UTC

[incubator-apisix] branch master updated: doc: update Chinese README.md (#1763)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fc7e7d  doc: update Chinese README.md (#1763)
3fc7e7d is described below

commit 3fc7e7d502db91a698ab9416f9708f4c430d8bc9
Author: Scaat Feng <sc...@gmail.com>
AuthorDate: Sun Jun 28 20:07:33 2020 +0800

    doc: update Chinese README.md (#1763)
---
 doc/zh-cn/README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/doc/zh-cn/README.md b/doc/zh-cn/README.md
index d5df5fd..ab5992b 100644
--- a/doc/zh-cn/README.md
+++ b/doc/zh-cn/README.md
@@ -69,3 +69,17 @@
 * [authz-keycloak](plugins/authz-keycloak-cn.md): 支持 Keycloak 身份认证服务器
 * [uri-blocker](plugins/uri-blocker.md): 根据 URI 拦截用户请求。
 * [oauth](plugins/oauth.md): 提供 OAuth 2 身份验证和自省。
+
+部署
+=======
+
+### AWS
+
+推荐的方法是在 [AWS Fargate](https://aws.amazon.com/fargate/) 上使用  [AWS CDK](https://aws.amazon.com/cdk/) 部署 APISIX,这有助于将 APISIX 层和上游层分离到具有自动缩放功能的完全托管和安全的无服务器容器计算环境之上。
+
+请参阅 [Pahud Hsieh](https://github.com/pahud) 撰写的[指南](https://github.com/pahud/cdk-samples/blob/master/typescript/apisix/README.md),了解如何在 AWS CDK 中 100% 配置推荐的架构。
+
+### Kubernetes
+
+请参阅[指南](../../kubernetes/README.md)并了解如何在 Kubernetes 中部署 APISIX。
+