mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-02 20:17:35 +08:00
doc: how to create apisix cluster.
Fix https://github.com/iresty/apisix/issues/360.
This commit is contained in:
parent
61e54f3767
commit
e0a59dfaba
@ -50,7 +50,7 @@ For more detailed information, see the [White Paper](https://www.iresty.com/down
|
||||
- **Version Control**: Supports rollbacks of operations.
|
||||
- **CLI**: start\stop\reload APISIX through the command line.
|
||||
- **REST API**
|
||||
- **Clustering**
|
||||
- **Clustering**: APISIX nodes are stateless, creates clustering of the configuration center, please refer to [etcd Clustering Guide](https://github.com/etcd-io/etcd/blob/master/Documentation/v2/clustering.md).
|
||||
- **Scalability**
|
||||
- **High performance**: The single-core QPS reaches 24k with an average delay of less than 0.6 milliseconds.
|
||||
- **Anti-ReDoS(Regular expression Denial of Service)**
|
||||
|
@ -47,7 +47,7 @@ APISIX 通过插件机制,提供动态负载平衡、身份验证、限流限
|
||||
- **版本控制**:支持操作的多次回滚。
|
||||
- **CLI**: 使用命令行来启动、关闭和重启 APISIX。
|
||||
- **REST API**
|
||||
- **集群**
|
||||
- **集群**: APISIX 节点是无状态的,创建配置中心集群请参考 [etcd Clustering Guide](https://github.com/etcd-io/etcd/blob/master/Documentation/v2/clustering.md)。
|
||||
- **可扩展**
|
||||
- **高性能**:在单核上 QPS 可以达到 24k,同时延迟只有 0.6 毫秒。
|
||||
- **防御 ReDoS(正则表达式拒绝服务)**
|
||||
|
Loading…
Reference in New Issue
Block a user