Reorder ingress tasks (#8617)

This commit is contained in:
Frank Budinsky 2020-12-03 12:03:26 -05:00 committed by GitHub
parent eee75c78d7
commit 66b9b52f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 deletions

View File

@ -1,7 +1,7 @@
---
title: Ingress (Kubernetes)
title: Kubernetes Ingress
description: Describes how to configure a Kubernetes Ingress object to expose a service outside of the service mesh.
weight: 15
weight: 40
keywords: [traffic-management,ingress]
owner: istio/wg-networking-maintainers
test: yes

View File

@ -1,7 +1,7 @@
---
title: Secure Gateways
description: Expose a service outside of the service mesh over TLS or mTLS.
weight: 21
weight: 20
aliases:
- /docs/tasks/traffic-management/ingress/secure-ingress-sds/
- /docs/tasks/traffic-management/ingress/secure-ingress-mount/

View File

@ -1,16 +1,19 @@
---
title: Kubernetes Service APIs [Experimental]
description: Describes how to configure the Kubernetes Service APIs with Istio.
weight: 99
weight: 50
keywords: [traffic-management,ingress]
owner: istio/wg-networking-maintainers
test: no
---
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/). These APIs are an actively developed evolution of the `Service` and `Ingress` 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/service-apis/).
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.
{{< warning >}}
Both the APIs, as well as Istio's implementation of the APIs, are currently experimental and intended only for evaluation. They will undergo significant changes in future versions. For production deployment, we recommend using the [Istio Gateway](/docs/tasks/traffic-management/ingress/ingress-control/).
Both the APIs, as well as Istio's implementation of the APIs, are currently experimental and intended only for evaluation.
They will undergo significant changes in future versions. For production deployment, we recommend using the [Istio Gateway](/docs/tasks/traffic-management/ingress/ingress-control/).
{{< /warning >}}
## Setup