Merge pull request #716 from martyav/420-infrastructure-setup-1

#420 SEO Improvements: Infrastructure Setup 1/2
This commit is contained in:
Billy Tat
2023-07-04 15:44:03 -07:00
committed by GitHub
19 changed files with 90 additions and 14 deletions
@@ -2,6 +2,10 @@
title: Setting up Amazon ELB Network Load Balancer
---
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/infrastructure-setup/amazon-elb-load-balancer"/>
</head>
This how-to guide describes how to set up a Network Load Balancer (NLB) in Amazon's EC2 service that will direct traffic to multiple instances on EC2.
These examples show the load balancer being configured to direct traffic to three Rancher server nodes. If Rancher is installed on an RKE Kubernetes cluster, three nodes are required. If Rancher is installed on a K3s Kubernetes cluster, only two nodes are required.
@@ -1,7 +1,11 @@
---
title: 'Set up Infrastructure for a High Availability K3s Kubernetes Cluster'
title: Set up Infrastructure for a High Availability K3s Kubernetes Cluster
---
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/infrastructure-setup/ha-k3s-kubernetes-cluster"/>
</head>
This tutorial is intended to help you provision the underlying infrastructure for a Rancher management server.
The recommended infrastructure for the Rancher-only Kubernetes cluster differs depending on whether Rancher will be installed on a K3s Kubernetes cluster, an RKE Kubernetes cluster, or a single Docker container.
@@ -1,7 +1,11 @@
---
title: 'Set up Infrastructure for a High Availability RKE Kubernetes Cluster'
title: Set up Infrastructure for a High Availability RKE Kubernetes Cluster
---
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/infrastructure-setup/ha-rke1-kubernetes-cluster"/>
</head>
This tutorial is intended to help you create a high-availability RKE cluster that can be used to install a Rancher server.
> **Note:** These nodes must be in the same region. You may place these servers in separate availability zones (datacenter).
@@ -1,7 +1,11 @@
---
title: 'Set up Infrastructure for a High Availability RKE2 Kubernetes Cluster'
title: Set up Infrastructure for a High Availability RKE2 Kubernetes Cluster
---
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/infrastructure-setup/ha-rke2-kubernetes-cluster"/>
</head>
This tutorial is intended to help you provision the underlying infrastructure for a Rancher management server.
The recommended infrastructure for the Rancher-only Kubernetes cluster differs depending on whether Rancher will be installed on a RKE2 Kubernetes cluster, an RKE Kubernetes cluster, or a single Docker container.