apisix/doc
2020-01-15 11:56:50 +08:00
..
images plugin(prometheus): added more picture when showed on grafana. (#1046) 2020-01-14 09:59:25 +08:00
plugins plugin(prometheus): added more picture when showed on grafana. (#1046) 2020-01-14 09:59:25 +08:00
admin-api-cn.md feature: supported priority for route. (#998) 2019-12-29 17:11:38 +08:00
admin-api.md doc: fixed typos (#1031) 2020-01-07 20:17:47 +08:00
apisix-plugin-design.graffle doc: exported balancer phase for plugin. 2019-07-24 11:09:24 +08:00
architecture-design-cn.md feature: supported to enable Websocket in upstream object (#1051) 2020-01-14 14:37:24 +08:00
architecture-design.md feature: supported to enable Websocket in upstream object (#1051) 2020-01-14 14:37:24 +08:00
benchmark-cn.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
benchmark.md doc: fixed some typo and update content. (#895) 2019-11-24 21:15:39 +08:00
getting-started.md doc: add getting started guide (#955) 2019-12-11 13:42:53 +08:00
grpc-proxy-cn.md doc: fixed grpc server example link. (#851) 2019-11-14 11:57:16 +08:00
grpc-proxy.md doc: fixed grpc server example link. (#851) 2019-11-14 11:57:16 +08:00
health-check.md doc: Update health-check.md (#928) 2019-12-05 00:11:59 +08:00
how-to-build-cn.md release new version 1.0 (#1061) 2020-01-15 11:56:50 +08:00
how-to-build.md release new version 1.0 (#1061) 2020-01-15 11:56:50 +08:00
https-cn.md docs: fix typo (#784) 2019-11-01 22:27:08 +08:00
https.md doc: fixed some typo and update content. (#895) 2019-11-24 21:15:39 +08:00
install-dependencies.md release: the first Apache release of APISIX. (#896) 2019-11-25 13:09:32 +08:00
plugin-develop-cn.md doc: move develop document from doc/plugins to doc. (#951) 2019-12-11 13:43:57 +08:00
plugin-develop.md doc: move develop document from doc/plugins to doc. (#951) 2019-12-11 13:43:57 +08:00
plugins-cn.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
plugins.md doc: fixed some typo and update content. (#895) 2019-11-24 21:15:39 +08:00
powered-by.md doc: update plugin list and power by companies. (#1054) 2020-01-14 21:44:29 +08:00
README_CN.md doc: update plugin list and power by companies. (#1054) 2020-01-14 21:44:29 +08:00
README.md doc: update plugin list and power by companies. (#1054) 2020-01-14 21:44:29 +08:00
router-radixtree.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
stand-alone-cn.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
stand-alone.md doc: fixed some typo and update content. (#895) 2019-11-24 21:15:39 +08:00
stream-proxy-cn.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
stream-proxy.md doc: fixed some typo and update content. (#895) 2019-11-24 21:15:39 +08:00

Chinese

Reference Documentation

Plugins

  • hot reload: Hot reload without reload service.
  • key-auth: User authentication based on Key Authentication.
  • JWT-auth: User authentication based on JWT (JSON Web Tokens) Authentication.
  • basic-auth: User authentication based on Basic Authentication.
  • HTTPS/TLS: Dynamic load the SSL Certificate by Server Name Indication (SNI).
  • limit-count: Rate limiting based on a "fixed window" implementation.
  • limit-req: Request rate limiting and adjustment based on the "leaky bucket" method.
  • limit-conn: Limite request concurrency (or concurrent connections).
  • proxy-rewrite: Rewrite upstream request information.
  • prometheus: Expose metrics related to APISIX and proxied upstream services in Prometheus exposition format, which can be scraped by a Prometheus Server.
  • OpenTracing: Supports Zikpin and Apache SkyWalking.
  • grpc-transcode: REST <--> gRPC transcoding.
  • serverlessAllows to dynamically run Lua code at different phase in APISIX.
  • ip-restriction: IP whitelist/blacklist.
  • openid-connect
  • redirect: URI redirect.
  • response-rewrite: Set customized response status code, body and header to the client.
  • fault injectionThe specified response body, response code, and response time can be returned, which provides processing capabilities in different failure scenarios, such as service failure, service overload, and high service delay.

Deploy to the Cloud

AWS

The recommended approach is to deploy APISIX with AWS CDK on AWS 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 by Pahud Hsieh and learn how to provision the recommended architecture 100% in AWS CDK.