| commit | 4f9301c7ec6f99bbd33cf6629cc95a76a2888550 | [log] [tgz] |
|---|---|---|
| author | zhangyuthink <35512623+zhangyuthink@users.noreply.github.com> | Fri Sep 08 10:04:52 2023 +0800 |
| committer | GitHub <noreply@github.com> | Fri Sep 08 10:04:52 2023 +0800 |
| tree | 2dcf54ebd3296950fc0e05c1cd3e11c58323518b | |
| parent | 08474294a5d297e6aed0a1b99c8a01263524d950 [diff] |
docs: translate the document of support-fips-in-apisix into Chinese (#10115) * 翻译文档support-fips-in-apisix * 翻译文档support-fips-in-apisix,调整一些细节,修改config.json配置 * Update docs/zh/latest/support-fips-in-apisix.md Co-authored-by: Sylvia <39793568+SylviaBABY@users.noreply.github.com> * 翻译文档support-fips-in-apisix,调整一些细节 --------- Co-authored-by: ZhangYu <1915384707@qq.com> Co-authored-by: Sylvia <39793568+SylviaBABY@users.noreply.github.com>
Apache APISIX is a dynamic, real-time, high-performance API Gateway.
APISIX API Gateway provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, and more.
You can use APISIX API Gateway to handle traditional north-south traffic, as well as east-west traffic between services. It can also be used as a k8s ingress controller.
The technical architecture of Apache APISIX:
#ApacheAPISIXYou can use APISIX API Gateway as a traffic entrance to process all business data, including dynamic routing, dynamic upstream, dynamic certificates, A/B testing, canary release, blue-green deployment, limit rate, defense against malicious attacks, metrics, monitoring alarms, service observability, service governance, etc.
All platforms
Multi protocols
client_id, both support MQTT 3.1.*, 5.0.Full Dynamic
host, uri, schema, method, headers of the request before send to upstream.Fine-grained routing
cookie, args, etc. as routing conditions to implement canary release, A/B testing, etc.{"arg_age", ">", 24}Security
Double Submit Cookie way, protect your API from CSRF attacks.OPS friendly
allow_admin field in conf/config.yaml to specify a list of IPs that are allowed to call the Admin API. Also, note that the Admin API uses key auth to verify the identity of the caller. The admin_key field in conf/config.yaml needs to be modified before deployment to ensure security.Highly scalable
rewrite, access, header filter, body filter and log, also allows to hook the balancer stage.balancer phase.Multi-Language support
RPC and Wasm. Serverless
Installation
Please refer to install documentation.
Getting started
The getting started guide is a great way to learn the basics of APISIX. Just follow the steps in Getting Started.
Further, you can follow the documentation to try more plugins.
Admin API
Apache APISIX provides REST Admin API to dynamically control the Apache APISIX cluster.
Plugin development
You can refer to plugin development guide, and sample plugin example-plugin's code implementation. Reading plugin concept would help you learn more about the plugin.
For more documents, please refer to Apache APISIX Documentation site
Using AWS‘s eight-core server, APISIX’s QPS reaches 140,000 with a latency of only 0.2 ms.
Benchmark script has been open sourced, welcome to try and contribute.
APISIX also works perfectly in AWS graviton3 C7g.
visit here to generate Contributor Over Time.
A wide variety of companies and organizations use APISIX API Gateway for research, production and commercial product, below are some of them:
Inspired by Kong and Orange.