mirror of
https://github.com/alibaba/higress.git
synced 2026-06-08 20:27:31 +08:00
Update README.md
This commit is contained in:
20
README.md
20
README.md
@@ -14,7 +14,7 @@ Powered by [Istio](https://github.com/istio/istio) and [Envoy](https://github.co
|
|||||||
|
|
||||||
- [**Use Cases**](#use-cases)
|
- [**Use Cases**](#use-cases)
|
||||||
- [**Higress Features**](#higress-features)
|
- [**Higress Features**](#higress-features)
|
||||||
|
- [**Quick Start**](#quick-start)
|
||||||
|
|
||||||
## Use Cases
|
## Use Cases
|
||||||
|
|
||||||
@@ -39,4 +39,20 @@ Powered by [Istio](https://github.com/istio/istio) and [Envoy](https://github.co
|
|||||||
|
|
||||||
(TODO)
|
(TODO)
|
||||||
|
|
||||||
|
## Quick Start
|
||||||
|
|
||||||
|
### step 1. install istio
|
||||||
|
|
||||||
|
select higress istio:
|
||||||
|
```bash
|
||||||
|
helm install istio -n istio-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/istio
|
||||||
|
```
|
||||||
|
|
||||||
|
or select official istio (lose some abilities, such as using annotation to limit request rate):
|
||||||
|
https://istio.io/latest/docs/setup/install
|
||||||
|
|
||||||
|
### step 2. install higress
|
||||||
|
|
||||||
|
helm install higress -n higress-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/higress
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user