mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 04:37:31 +08:00
Update README_EN.md
This commit is contained in:
@@ -22,6 +22,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)
|
- [**Quick Start**](#quick-start)
|
||||||
|
- [**Thanks**](#thanks)
|
||||||
|
|
||||||
## Use Cases
|
## Use Cases
|
||||||
|
|
||||||
@@ -188,3 +189,9 @@ spec:
|
|||||||
```bash
|
```bash
|
||||||
curl "$(k get svc -n higress-system higress-gateway -o jsonpath='{.status.loadBalancer.ingress[0].ip}')"/foo -H 'host: foo.bar.com'
|
curl "$(k get svc -n higress-system higress-gateway -o jsonpath='{.status.loadBalancer.ingress[0].ip}')"/foo -H 'host: foo.bar.com'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
### Thanks
|
||||||
|
|
||||||
|
Higress would not be possible without the valuable open-source work of projects in the community. We would like to extend a special thank-you to Envoy and Istio.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user