You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/services-networking/ingress-controllers.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,20 @@ title: Ingress Controllers
3
3
description: >-
4
4
In order for an [Ingress](/docs/concepts/services-networking/ingress/) to work in your cluster,
5
5
there must be an _ingress controller_ running.
6
-
You need to select at least one ingress controller and make sure it is set up in your cluster.
6
+
You need to select at least one ingress controller and make sure it is set up in your cluster.
7
7
This page lists common ingress controllers that you can deploy.
8
8
content_type: concept
9
9
weight: 50
10
10
---
11
11
12
12
{{< note >}}
13
+
The Kubernetes project recommends using [Gateway](https://gateway-api.sigs.k8s.io/) instead of
* The Ingress API is generally available, and is subject to the [stability guarantees](/docs/reference/using-api/deprecation-policy/#deprecating-parts-of-the-api) for generally available APIs.
19
+
The Kubernetes project has no plans to remove Ingress from Kubernetes.
17
20
* The Ingress API is no longer being developed, and will have no further changes
18
21
or updates made to it.
19
22
{{< /note >}}
@@ -22,14 +25,6 @@ This means that:
22
25
23
26
<!-- overview -->
24
27
25
-
## Preferred Option: Gateway API
26
-
27
-
[Gateway API](/docs/concepts/services-networking/gateway/) is stable and
28
-
includes many more features (and implementations). Instead of relying on an
29
-
assortment of implementation-specific annotations, Gateway API allows you to
30
-
use a broad set of Core APIs with a wide variety of implementations. Unlike
31
-
Ingress, Gateway API is still under active development and continues to gain
The Kubernetes project recommends using [Gateway](https://gateway-api.sigs.k8s.io/) instead of
* The Ingress API is generally available, and is subject to the [stability guarantees](/docs/reference/using-api/deprecation-policy/#deprecating-parts-of-the-api) for generally available APIs.
31
+
The Kubernetes project has no plans to remove Ingress from Kubernetes.
29
32
* The Ingress API is no longer being developed, and will have no further changes
30
33
or updates made to it.
31
34
{{< /note >}}
32
35
33
36
<!-- body -->
34
37
35
-
## Preferred Option: Gateway API
36
-
37
-
[Gateway API](/docs/concepts/services-networking/gateway/) is stable and
38
-
includes many more features (and implementations). Instead of relying on an
39
-
assortment of implementation-specific annotations, Gateway API allows you to
40
-
use a broad set of Core APIs with a wide variety of implementations. Unlike
41
-
Ingress, Gateway API is still under active development and continues to gain
0 commit comments