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: modules/installation-two-node-ingress-lb-configuration.adoc
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,29 @@
4
4
5
5
You must configure an external Ingress load balancer (LB) before you install a two-node OpenShift cluster with fencing. The Ingress LB forwards external application traffic to the Ingress Controller pods that run on the control plane nodes. Both nodes can actively receive traffic.
6
6
7
+
[NOTE]
8
+
====
9
+
An external load balancer is recommended for production deployments but is not required.
10
+
====
11
+
7
12
.Prerequisites
8
13
9
-
* You have two control plane nodes with fencing enabled.
10
-
* You have network connectivity from the load balancer to both control plane nodes.
11
-
* You created DNS records for `api.<cluster_name>.<base_domain>` and `*.apps.<cluster_name>.<base_domain>`.
12
-
* You have an external load balancer that supports health checks on endpoints.
14
+
* You have two control plane nodes with fencing enabled.
15
+
* You have network connectivity from the load balancer to both control plane nodes.
16
+
* You created DNS records for `api.<cluster_name>.<base_domain>` and `*.apps.<cluster_name>.<base_domain>`.
13
17
14
18
.Procedure
15
19
16
20
. Configure the load balancer to forward traffic for the following ports:
17
21
+
18
-
* `6443`: Kubernetes API server
22
+
* `6443`: Kubernetes API server
19
23
* `80` and `443`: Application ingress
20
24
+
21
25
You must forward traffic to both control plane nodes.
22
26
23
27
. Configure health checks on the load balancer. You must monitor the backend endpoints so that the load balancer only sends traffic to nodes that respond.
24
28
25
-
. Configure the load balancer to forward traffic to both control plane nodes. The following example shows how to configure two control plane nodes:
29
+
. Configure the load balancer to forward traffic to both control plane nodes. The following example shows how to configure two control plane nodes:
0 commit comments