Skip to content

Commit 8a523b6

Browse files
authored
doc: updated k8s doc (#1757)
1 parent e30a746 commit 8a523b6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

doc/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,16 @@ Plugins
6969
* [uri-blocker](plugins/uri-blocker.md): Block client request by URI.
7070
* [oauth](plugins/oauth.md): Provides OAuth 2 authentication and introspection.
7171

72-
Deploy to the Cloud
72+
Deploy
7373
=======
7474

7575
### AWS
7676

7777
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.
7878

7979
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.
80+
81+
### Kubernetes
82+
83+
See [this guide](../kubernetes/README.md) and learn how to deploy apisix in Kubernetes.
84+

kubernetes/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
# limitations under the License.
1717
#
1818
-->
19+
### kubernetes
20+
21+
There are some yaml files for deploying apisix in Kubernetes.
22+
23+
### Prerequisites
24+
- Install etcd
1925

2026
### Usage
2127

0 commit comments

Comments
 (0)