File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
content/en/docs/tasks/access-application-cluster Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,7 @@ weight: 100
7
7
{{% capture overview %}}
8
8
9
9
An [ Ingress] ( /docs/concepts/services-networking/ingress/ ) is an API object that defines rules which allow external access
10
- to services in a cluster. An [ Ingress controller] ( /docs/concepts/services-networking/ingress-controllers/ ) fulfills the rules set in the Ingress.
11
-
12
- {{< caution >}}
13
- For the Ingress resource to work, the cluster ** must** also have an Ingress controller running.
14
- {{< /caution >}}
10
+ to services in a cluster. An [ Ingress controller] ( /docs/concepts/services-networking/ingress-controllers/ ) fulfills the rules set in the Ingress.
15
11
16
12
This page shows you how to set up a simple Ingress which routes requests to Service web or web2 depending on the HTTP URI.
17
13
You can’t perform that action at this time.
0 commit comments