mirror of https://github.com/istio/istio.io.git
s/service-apis/gateway-api/ (#8988)
* Update index.md * Update index.md
This commit is contained in:
parent
afc5e5c4e5
commit
6b0fde5d3e
|
|
@ -7,7 +7,7 @@ owner: istio/wg-networking-maintainers
|
|||
test: yes
|
||||
---
|
||||
|
||||
This task describes how to configure Istio to expose a service outside of the service mesh cluster, using the Kubernetes [Service APIs](https://kubernetes-sigs.github.io/service-apis/).
|
||||
This task describes how to configure Istio to expose a service outside of the service mesh cluster, using the Kubernetes [Service APIs](https://kubernetes-sigs.github.io/gateway-api/).
|
||||
These APIs are an actively developed evolution of the Kubernetes [Service](https://kubernetes.io/docs/concepts/services-networking/service/)
|
||||
and [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) APIs.
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ and [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/)
|
|||
|
||||
## Configuring a Gateway
|
||||
|
||||
See the [Service APIs](https://kubernetes-sigs.github.io/service-apis/) documentation for information about the APIs.
|
||||
See the [Service APIs](https://kubernetes-sigs.github.io/gateway-api/) documentation for information about the APIs.
|
||||
|
||||
1. Deploy a test application:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue