From 68d930e4f3759328d23d35b35efee34b8b73e517 Mon Sep 17 00:00:00 2001 From: Scaat Feng Date: Tue, 23 Jun 2020 14:05:21 +0800 Subject: [PATCH 1/5] doc: add some brief introduction to the doc(k8s) --- kubernetes/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kubernetes/README.md b/kubernetes/README.md index 3d914e7d3046..bab1e78c709c 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -17,6 +17,10 @@ # --> +### kubernetes + +This is a yaml file for deploying apisix in kubernetes, but does not include the deployment of etcd. + ### Usage #### Create configmap for apache incubator-apisix From 694bcbe3b888c1dd9f8bd21cdfe5bdac22a65abf Mon Sep 17 00:00:00 2001 From: Scaat Feng Date: Tue, 23 Jun 2020 14:06:00 +0800 Subject: [PATCH 2/5] doc: add docs(k8s) link to README.md --- doc/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index bcbf648bca96..daa0ab756558 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,7 @@ 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. \ No newline at end of file From dfcc79056421b9d53d0c4ae3a25cba0e99414eda Mon Sep 17 00:00:00 2001 From: Scaat Feng Date: Tue, 23 Jun 2020 16:04:22 +0800 Subject: [PATCH 3/5] doc: add docs(k8s) link to README.md --- doc/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index daa0ab756558..256c436e5aa1 100644 --- a/doc/README.md +++ b/doc/README.md @@ -80,4 +80,5 @@ See [this guide](https://github.com/pahud/cdk-samples/blob/master/typescript/api ### Kubernetes -See [this guide](../kubernetes/README.md) and learn how to deploy apisix in Kubernetes. \ No newline at end of file +See [this guide](../kubernetes/README.md) and learn how to deploy apisix in Kubernetes. + From 59f2d1b10ede78f45c8857a99ad7316b3df5abf3 Mon Sep 17 00:00:00 2001 From: Scaat Feng Date: Tue, 23 Jun 2020 17:19:41 +0800 Subject: [PATCH 4/5] Update README.md --- kubernetes/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index bab1e78c709c..4bc5cc8bff38 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -19,7 +19,10 @@ ### kubernetes -This is a yaml file for deploying apisix in kubernetes, but does not include the deployment of etcd. +There are some yaml files for deploying apisix in Kubernetes. + +### Prerequisites +- Install etcd ### Usage From 2644ebf14fb97bce1af129f2390edfdf885384b4 Mon Sep 17 00:00:00 2001 From: Scaat Feng Date: Tue, 23 Jun 2020 18:04:15 +0800 Subject: [PATCH 5/5] Update README.md --- kubernetes/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index 4bc5cc8bff38..30f299d99415 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -16,7 +16,6 @@ # limitations under the License. # --> - ### kubernetes There are some yaml files for deploying apisix in Kubernetes.