diff --git a/content/en/docs/tasks/traffic-management/ingress/kubernetes-ingress/index.md b/content/en/docs/tasks/traffic-management/ingress/kubernetes-ingress/index.md index 79832b47f6..148f32fbc9 100644 --- a/content/en/docs/tasks/traffic-management/ingress/kubernetes-ingress/index.md +++ b/content/en/docs/tasks/traffic-management/ingress/kubernetes-ingress/index.md @@ -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 diff --git a/content/en/docs/tasks/traffic-management/ingress/secure-ingress/index.md b/content/en/docs/tasks/traffic-management/ingress/secure-ingress/index.md index 26fb453f90..c59ff51ec7 100644 --- a/content/en/docs/tasks/traffic-management/ingress/secure-ingress/index.md +++ b/content/en/docs/tasks/traffic-management/ingress/secure-ingress/index.md @@ -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/ diff --git a/content/en/docs/tasks/traffic-management/ingress/service-apis/index.md b/content/en/docs/tasks/traffic-management/ingress/service-apis/index.md index c48542d41f..7608493504 100644 --- a/content/en/docs/tasks/traffic-management/ingress/service-apis/index.md +++ b/content/en/docs/tasks/traffic-management/ingress/service-apis/index.md @@ -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