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 8a523b6  doc: updated k8s doc (#1757)
8a523b6 is described below

commit 8a523b6fe86a84c1eba894e4b53d14a07ede00d3
Author: Scaat Feng <[email protected]>
AuthorDate: Tue Jun 23 19:04:05 2020 +0800

    doc: updated k8s doc (#1757)
---
 doc/README.md        | 7 ++++++-
 kubernetes/README.md | 6 ++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/doc/README.md b/doc/README.md
index bcbf648..256c436 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -69,7 +69,7 @@ Plugins
 * [uri-blocker](plugins/uri-blocker.md): Block client request by URI.
 * [oauth](plugins/oauth.md): Provides OAuth 2 authentication and introspection.
 
-Deploy to the Cloud
+Deploy
 =======
 
 ### AWS
@@ -77,3 +77,8 @@ Deploy to the Cloud
 The recommended approach is to deploy APISIX with [AWS 
CDK](https://aws.amazon.com/cdk/) on [AWS 
Fargate](https://aws.amazon.com/fargate/) which helps you decouple the APISIX 
layer and the upstream layer on top of a fully-managed and secure serverless 
container compute environment with autoscaling capabilities.
 
 See [this 
guide](https://github.com/pahud/cdk-samples/blob/master/typescript/apisix/README.md)
 by [Pahud Hsieh](https://github.com/pahud) and learn how to provision the 
recommended architecture 100% in AWS CDK.
+
+### Kubernetes
+
+See [this guide](../kubernetes/README.md) and learn how to deploy apisix in 
Kubernetes.
+
diff --git a/kubernetes/README.md b/kubernetes/README.md
index 3d914e7..30f299d 100644
--- a/kubernetes/README.md
+++ b/kubernetes/README.md
@@ -16,6 +16,12 @@
 # limitations under the License.
 #
 -->
+### kubernetes
+
+There are some yaml files for deploying apisix in Kubernetes.
+
+### Prerequisites
+- Install etcd
 
 ### Usage
 

Reply via email to