Skip to content

Commit fb363fa

Browse files
author
Foo Bar
committed
add Standalone mode desc
1 parent 7bf0ae2 commit fb363fa

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,19 @@ Enable additional features not included in the standard Kubernetes Gateway API,
7171

7272
* HTTPRoutePolicy: Configures advanced traffic management and routing policies for HTTPRoute or Ingress resources, enhancing functionality without modifying the original resources.
7373

74+
**Support APISIX Standalone API-Driven Mode (Experimental)**
75+
76+
> This mode is experimental, please do not rely on it in your production environment. We use it to validate certain specific workloads and if it is appropriate we will turn it into an officially supported feature, otherwise it will be removed.
77+
78+
In this mode, there is no need to maintain an ETCD cluster. Routing rules are stored entirely in memory and can be updated through the API.
79+
80+
You can enable this mode in Apache Ingress configuration file by specifying:
81+
82+
```yaml
83+
provider:
84+
type: "apisix-standalone"
85+
```
86+
7487
### Contributors
7588
7689
* Ashing Zheng

0 commit comments

Comments
 (0)