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
to use an external load balancer in place of the default load balancer.
17
50
18
-
// Maybe an About mod in support
51
+
You can also configure an {product-title} cluster to use an external load balancer that supports multiple subnets. If you use multiple subnets, you can explicitly list all the IP addresses in any networks that are used by your load balancer targets. This configuration can reduce maintenance overhead because you can create and destroy nodes within those networks without reconfiguring the load balancer targets.
19
52
53
+
If you deploy your ingress pods by using a machine set on a smaller network, such as a `/27` or `/28`, you can simplify your load balancer targets.
20
54
55
+
[NOTE]
56
+
====
57
+
You do not need to specify API and Ingress static addresses for your installation program. If you choose this configuration, you must take additional actions to define network targets that accept an IP address from each referenced vSphere subnet.
58
+
====
21
59
22
60
.Prerequisites
23
61
24
-
* On your load balancer, TCP over ports 6443, 443, and 80 must be available to any users of your system.
62
+
* On your load balancer, TCP over ports 6443, 443, and 80 must be reachable by all users of your system that are located outside the cluster.
25
63
26
-
* Load balance the API port, 6443, between each of the control plane nodes.
64
+
* Load balance the application ports, 443 and 80, between all the compute nodes.
27
65
28
-
* Load balance the application ports, 443 and 80, between all of the compute nodes.
66
+
* Load balance the API port, 6443, between each of the control plane nodes.
29
67
30
68
* On your load balancer, port 22623, which is used to serve ignition startup configurations to nodes, is not exposed outside of the cluster.
31
69
32
-
* Your load balancer must be able to access every machine in your cluster. Methods to allow this access include:
33
-
** Attaching the load balancer to the cluster's machine subnet.
34
-
** Attaching floating IP addresses to machines that use the load balancer.
70
+
* Your load balancer can access the required ports on each node in your cluster. You can ensure this level of access by completing the following actions:
71
+
** The API load balancer can access ports 22623 and 6443 on the control plane nodes.
72
+
** The ingress load balancer can access ports 443 and 80 on the nodes where the ingress pods are located.
73
+
74
+
ifdef::vsphere,vmc[]
75
+
* Optional: If you are using multiple networks, you can create targets for every IP address in the network that can host nodes. This configuration can reduce the maintenance overhead of your cluster.
0 commit comments