diff --git a/deploy/baremetal/index.html b/deploy/baremetal/index.html index fe68e29e7..d65645859 100644 --- a/deploy/baremetal/index.html +++ b/deploy/baremetal/index.html @@ -1186,8 +1186,8 @@ suffices to provide a single point of contact to the NGINX Ingress controller to external clients and, indirectly, to any application running inside the cluster. Bare-metal environments lack this commodity, requiring a slightly different setup to offer the same kind of access to external consumers.
-
-
+
The rest of this document describes a few recommended approaches to deploying the NGINX Ingress controller inside a Kubernetes cluster running on bare-metal.
This section demonstrates how to use the Layer 2 configuration mode of MetalLB together with the NGINX
Ingress controller in a Kubernetes cluster that has publicly accessible nodes. In this mode, one node attracts all
the traffic for the ingress-nginx
Service IP. See Traffic policies for more details.
Note
The description of other supported configuration modes is off-scope for this document.
@@ -1273,7 +1273,7 @@ any port, including the standard HTTP ports 80 and 443. However, due to the cont located outside the cluster network (e.g. on the public internet) is not able to access Ingress hosts directly on ports 80 and 443. Instead, the external client must append the NodePort allocated to theingress-nginx
Service to HTTP
requests.
-Example
Given the NodePort 30100
allocated to the ingress-nginx
Service
Because most properties of DaemonSet objects are identical to Deployment objects, this documentation page leaves the configuration of the corresponding manifest at the user's discretion.
-Like with NodePorts, this approach has a few quirks it is important to be aware of.
On the edge side, the only prerequisite is to dedicate a public IP address that forwards all HTTP traffic to Kubernetes nodes and/or masters. Incoming traffic on TCP ports 80 and 443 is forwarded to the corresponding HTTP and HTTPS NodePort on the target nodes as shown in the diagram below:
-Source IP address
diff --git a/sitemap.xml b/sitemap.xml index 3a07b5153..8fc6daf5a 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,227 +2,227 @@