mirror of https://github.com/istio/istio.io.git
fix: fix Extensibility Isolation comment (#7677)
Co-authored-by: sevennt <zheng.leslie@qq.com>
This commit is contained in:
parent
88fb716ee7
commit
508061ad9b
|
@ -11,7 +11,7 @@ WebAssembly sandbox goals:
|
|||
|
||||
- **Efficiency** - An extension adds low latency, CPU, and memory overhead.
|
||||
- **Function** - An extension can enforce policy, collect telemetry, and perform payload mutations.
|
||||
- **Isolation** - A programming error or crash in one plugin does affect other plugins.
|
||||
- **Isolation** - A programming error or crash in one plugin doesn't affect other plugins.
|
||||
- **Configuration** - The plugins are configured using an API that is consistent with other Istio APIs. An extension can be configured dynamically.
|
||||
- **Operator** - An extension can be canaried and deployed as log-only, fail-open or fail-close.
|
||||
- **Extension developer** - The plugin can be written in several programming languages.
|
||||
|
|
Loading…
Reference in New Issue