diff --git a/content/rancher/v2.x/en/installation/ha/_index.md b/content/rancher/v2.x/en/installation/ha/_index.md
index cfac1fc5f23..7ad2b6b25a3 100644
--- a/content/rancher/v2.x/en/installation/ha/_index.md
+++ b/content/rancher/v2.x/en/installation/ha/_index.md
@@ -16,6 +16,7 @@ This procedure walks you through setting up a 3-node cluster with RKE and instal
* The Ingress controller will redirect http port 80 to https and terminate SSL/TLS on port 443.
* The Ingress controller will forward traffic to port 80 on the pod in the Rancher deployment.
+HA Rancher install with layer 4 load balancer, depicting SSL termination at ingress controllers

## Required Tools
diff --git a/content/rancher/v2.x/en/installation/ha/rke-add-on/layer-4-lb/_index.md b/content/rancher/v2.x/en/installation/ha/rke-add-on/layer-4-lb/_index.md
index 4cc31cca769..bb6f251614d 100644
--- a/content/rancher/v2.x/en/installation/ha/rke-add-on/layer-4-lb/_index.md
+++ b/content/rancher/v2.x/en/installation/ha/rke-add-on/layer-4-lb/_index.md
@@ -11,6 +11,7 @@ This procedure walks you through setting up a 3-node cluster using the Rancher K
In a HA setup that uses a layer 4 load balancer, the load balancer accepts Rancher client connections over the TCP/UDP protocols (i.e., the transport level). The load balancer then forwards these connections to individual cluster nodes without reading the request itself. Because the load balancer cannot read the packets it's forwarding, the routing decisions it can make are limited.
+HA Rancher install with layer 4 load balancer, depicting SSL termination at ingress controllers

## Installation Outline
diff --git a/content/rancher/v2.x/en/installation/ha/rke-add-on/layer-7-lb/_index.md b/content/rancher/v2.x/en/installation/ha/rke-add-on/layer-7-lb/_index.md
index 263b7522d54..256a2543e46 100644
--- a/content/rancher/v2.x/en/installation/ha/rke-add-on/layer-7-lb/_index.md
+++ b/content/rancher/v2.x/en/installation/ha/rke-add-on/layer-7-lb/_index.md
@@ -11,6 +11,7 @@ This procedure walks you through setting up a 3-node cluster using the Rancher K
In a HA setup that uses a layer 7 load balancer, the load balancer accepts Rancher client connections over the HTTP protocol (i.e., the application level). This application-level access allows the load balancer to read client requests and then redirect to them to cluster nodes using logic that optimally distributes load.
+HA Rancher install with layer 7 load balancer, depicting SSL termination at load balancer

## Installation Outline
diff --git a/content/rancher/v2.x/en/installation/references/_index.md b/content/rancher/v2.x/en/installation/references/_index.md
index b0537811c38..d83a2fd7ba3 100644
--- a/content/rancher/v2.x/en/installation/references/_index.md
+++ b/content/rancher/v2.x/en/installation/references/_index.md
@@ -5,10 +5,11 @@ aliases:
- /rancher/v2.x/en/hosts/amazon/#required-ports-for-rancher-to-work/
---
-To operate properly, Rancher requires the following ports to be open on your nodes. During creation of clusters using a cloud service (like Amazon EC2 or DigitalOcean), Rancher opens these ports for you.
+To operate properly, Rancher requires certain ports to be open on your nodes. During creation of clusters using a cloud service (like Amazon EC2 or DigitalOcean), Rancher opens these ports for you.
-The following diagram displays the basic port requirements for Rancher. If you need more detail, refer to the tables below.
+The ports that Rancher opens change according to the type of machines hosting your cluster nodes. The following diagram depicts the ports that are opened for each [cluster type]({{< baseurl >}}/rancher/v2.x/en/cluster-provisioning).
+Cluster Type Port Requirements

{{< requirements_ports_rancher >}}
diff --git a/content/rancher/v2.x/en/installation/requirements/_index.md b/content/rancher/v2.x/en/installation/requirements/_index.md
index 4e795eebf59..930f75ce31a 100644
--- a/content/rancher/v2.x/en/installation/requirements/_index.md
+++ b/content/rancher/v2.x/en/installation/requirements/_index.md
@@ -61,9 +61,12 @@ Supported Versions:
[Docker Documentation: Installation Instructions](https://docs.docker.com/)
{{% /tab %}}
{{% tab "Ports" %}}
-The following diagram depicts the basic port requirements for Rancher.
-
+When deploying Rancher in an HA cluster, certain ports on your nodes must be open to allow communication with Rancher. The ports that must be open change according to the type of machines hosting your cluster nodes. For example, if your are deploying Rancher on nodes hosted by an IaaS, port `22` must be open for SSH. The following diagram depicts the ports that are opened for each [cluster type]({{< baseurl >}}/rancher/v2.x/en/cluster-provisioning).
+
+Cluster Type Port Requirements
+
+
{{< requirements_ports_rancher >}}
{{< requirements_ports_rke >}}
diff --git a/src/img/rancher/ha/rancher2ha-l7.svg b/src/img/rancher/ha/rancher2ha-l7.svg
index 87041de905e..725da754024 100644
--- a/src/img/rancher/ha/rancher2ha-l7.svg
+++ b/src/img/rancher/ha/rancher2ha-l7.svg
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/img/rancher/ha/rancher2ha.svg b/src/img/rancher/ha/rancher2ha.svg
index 6fcd6eda6c0..8981f454cbd 100644
--- a/src/img/rancher/ha/rancher2ha.svg
+++ b/src/img/rancher/ha/rancher2ha.svg
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/img/rancher/port-communications.svg b/src/img/rancher/port-communications.svg
index 222c9159773..7953709f117 100644
--- a/src/img/rancher/port-communications.svg
+++ b/src/img/rancher/port-communications.svg
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file