apisix/doc
2020-10-09 16:33:07 +08:00
..
images doc: removed qrcode of qq group. (#2246) 2020-09-23 14:28:30 +08:00
json plugin(prometheus): update json file for grafana dashboard (#2143) 2020-09-07 08:58:55 +08:00
plugins feat: add new filed meta_style, collect the request information with original style. (#2364) 2020-10-09 16:33:07 +08:00
zh-cn feat: add new filed meta_style, collect the request information with original style. (#2364) 2020-10-09 16:33:07 +08:00
_navbar.md doc: Refactoring docs to support docsify (#1724) 2020-06-19 12:03:55 +08:00
_sidebar.md feat: implemented referer-restriction plugin (#2352) 2020-10-06 18:20:17 +08:00
admin-api.md Add lables for Route/Service/Consumer/SSL (#2345) 2020-10-09 14:05:14 +08:00
apisix-plugin-design.graffle doc: exported balancer phase for plugin. 2019-07-24 11:09:24 +08:00
architecture-design.md feat: Add labels for upstream object (#2279) 2020-09-28 11:20:09 +08:00
batch-processor.md doc: fix some doc styles by markdownlint (#1460) 2020-04-16 19:21:46 +08:00
benchmark.md doc: Refactoring docs to support docsify (#1724) 2020-06-19 12:03:55 +08:00
discovery.md doc: fix typos. (#1916) 2020-07-29 19:23:08 +08:00
getting-started.md doc: removed incubator prefix and fix steps (#1998) 2020-08-06 10:29:21 +08:00
grpc-proxy.md doc: Refactoring docs to support docsify (#1724) 2020-06-19 12:03:55 +08:00
health-check.md doc: fixed typo in health-check.md (#2200) 2020-09-10 19:15:45 +08:00
how-to-build.md doc: remove all ‘incubator’ in doc (#2014) 2020-08-07 07:57:09 +08:00
https.md feature: support multiple certificates(RSA and ECC) for single domain (#2089) 2020-08-24 09:23:06 +08:00
index.html doc: remove all ‘incubator’ in doc (#2014) 2020-08-07 07:57:09 +08:00
install-dependencies.md doc: update etcd installation step for v3.4 (#2346) 2020-10-04 19:15:58 +08:00
mtls.md feat: Support admin API authentication with SSL certificates (#1747) 2020-07-21 11:41:11 +08:00
plugin-develop.md feat: support storing metadata for plugins (#2268) 2020-09-23 21:02:56 +08:00
plugins.md doc: Refactoring docs to support docsify (#1724) 2020-06-19 12:03:55 +08:00
powered-by.md doc: add more companies to power-by page (#2109) 2020-08-26 16:55:26 +08:00
profile.md doc: fix some doc styles for files in doc/ (#1475) 2020-04-20 09:07:42 +08:00
README.md feat: implemented referer-restriction plugin (#2352) 2020-10-06 18:20:17 +08:00
router-radixtree.md doc: update router variable example (#2351) 2020-10-04 13:52:04 +08:00
stand-alone.md doc: Refactoring docs to support docsify (#1724) 2020-06-19 12:03:55 +08:00
stream-proxy.md doc: Refactoring docs to support docsify (#1724) 2020-06-19 12:03:55 +08:00

Chinese

Reference Documentation

Plugins

General

  • batch-requests: Allow you send mutiple http api via http pipeline.
  • hot reload: Hot reload without reload service.
  • HTTPS/TLS: Dynamic load the SSL Certificate by Server Name Indication (SNI).
  • serverlessAllows to dynamically run Lua code at different phase in APISIX.
  • redirect: URI redirect.

Transformation

  • response-rewrite: Set customized response status code, body and header to the client.
  • proxy-rewrite: Rewrite upstream request information.
  • grpc-transcode: REST <--> gRPC transcoding.
  • fault-injection: The 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.

Authentication

  • 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.
  • oauth: Provides OAuth 2 authentication and introspection.

Authorization

  • authz-keycloak: Authorization with Keycloak Identity Server.
  • wolf-rbac User Authentication and Authorization based on RBAC.

Security

Traffic

  • limit-req: Request rate limiting and adjustment based on the "leaky bucket" method.
  • limit-conn: Limite request concurrency (or concurrent connections).
  • limit-count: Rate limiting based on a "fixed window" implementation.
  • proxy-cache: Provides the ability to cache upstream response data.
  • request-validation: Validates requests before forwarding to upstream.
  • proxy-mirror: Provides the ability to mirror client requests.

Monitoring

  • 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.
  • Skywalking: Supports Apache SkyWalking.

Loggers

Deploy

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.

Kubernetes

See this guide and learn how to deploy apisix in Kubernetes.