You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,11 +69,16 @@ Plugins
69
69
*[uri-blocker](plugins/uri-blocker.md): Block client request by URI.
70
70
*[oauth](plugins/oauth.md): Provides OAuth 2 authentication and introspection.
71
71
72
-
Deploy to the Cloud
72
+
Deploy
73
73
=======
74
74
75
75
### AWS
76
76
77
77
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.
78
78
79
79
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.
0 commit comments