apisix/doc
2020-11-19 16:30:48 +08:00
..
examples doc(hmac-auth): generate signature should be more detailed (#2599) 2020-11-03 16:40:33 +08:00
images chore(doc): add aws doc (#2567) 2020-11-19 16:30:48 +08:00
json plugin(prometheus): update json file for grafana dashboard (#2143) 2020-09-07 08:58:55 +08:00
plugins feat: support plugin for "aliyun" log service (#2177) 2020-11-19 00:04:01 +08:00
zh-cn feat: support plugin for "aliyun" log service (#2177) 2020-11-19 00:04:01 +08:00
admin-api.md refactor(consumer): remove id and use username only (#2679) 2020-11-18 17:44:40 +08:00
apisix-plugin-design.graffle doc: exported balancer phase for plugin. 2019-07-24 11:09:24 +08:00
architecture-design.md docs: modify architecture-design.md to add what should pay attention when… (#2744) 2020-11-19 00:01:08 +08:00
aws.md chore(doc): add aws doc (#2567) 2020-11-19 16:30:48 +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 feature: support multiple service discovery (#2556) 2020-10-30 20:34:10 +08:00
getting-started.md doc: fixed some typo and incorrect examples in getting-started.md and syslog.md (#2458) 2020-10-28 22:24:32 +08:00
grpc-proxy.md fix: English style mentioned by #2558 (#2559) 2020-10-29 18:53:23 +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 release: release 2.0 version. (#2283) 2020-10-27 10:11:04 +08:00
https.md feature: support multiple certificates(RSA and ECC) for single domain (#2089) 2020-08-24 09:23:06 +08:00
install-dependencies.md docs: mentioned the etcd gRPC gateway (#2734) 2020-11-13 16:08:43 +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
plugin-interceptors.md feat: use interceptors to protect plugin's route (#2416) 2020-10-17 17:45:26 +08:00
plugins.md docs: clarify how we handle disabled plugin which is matched (#2706) 2020-11-13 13:30:06 +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 fix(doc): broken links (#2682) 2020-11-10 16:10:49 +08:00
router-radixtree.md doc: update router variable example (#2351) 2020-10-04 13:52:04 +08:00
stand-alone.md docs: modify the stand-alone.md to add instructions for enable SSL (#2702) 2020-11-13 09:21:36 +08:00
stream-proxy.md doc: Refactoring docs to support docsify (#1724) 2020-06-19 12:03:55 +08:00

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.
  • authz-keycloak: Authorization with Keycloak Identity Server.
  • wolf-rbac User Authentication and Authorization based on RBAC.
  • openid-connect

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.
  • api-breaker: Circuit Breaker for API that stops requests forwarding to upstream in case of unhealthy state.

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.

Kubernetes

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