s/service-apis/gateway-api/ (#8988)

* Update index.md

* Update index.md
This commit is contained in:
craigbox 2021-02-16 21:14:39 +00:00 committed by GitHub
parent afc5e5c4e5
commit 6b0fde5d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: