Skip to content

Commit

Permalink
doc: updated k8s doc (apache#1757)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaat authored and SaberMaster committed Jun 30, 2020
1 parent 68e251a commit 29fb3ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,16 @@ 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

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.

6 changes: 6 additions & 0 deletions kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
# limitations under the License.
#
-->
### kubernetes

There are some yaml files for deploying apisix in Kubernetes.

### Prerequisites
- Install etcd

### Usage

Expand Down

0 comments on commit 29fb3ff

Please sign in to comment.