Merge pull request #717 from martyav/420-infrastructure-setup-2

#420 SEO Improvements: Infrastructure setup 2/2
This commit is contained in:
Billy Tat
2023-07-04 15:45:04 -07:00
committed by GitHub
15 changed files with 69 additions and 5 deletions
@@ -2,7 +2,11 @@
title: Setting up a MySQL Database in Amazon RDS
---
This tutorial describes how to set up a MySQL database in Amazon's RDS.
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/infrastructure-setup/mysql-database-in-amazon-rds"/>
</head>
This tutorial describes how to set up a MySQL database in Amazon's Relational Database Service (RDS).
This database can later be used as an external datastore for a high-availability K3s Kubernetes cluster.
@@ -2,6 +2,10 @@
title: Setting up an NGINX Load Balancer
---
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/infrastructure-setup/nginx-load-balancer"/>
</head>
NGINX will be configured as Layer 4 load balancer (TCP) that forwards connections to one of your Rancher nodes.
In this configuration, the load balancer is positioned in front of your nodes. The load balancer can be any host capable of running NGINX.
@@ -2,6 +2,10 @@
title: Setting up Nodes in Amazon EC2
---
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/infrastructure-setup/nodes-in-amazon-ec2"/>
</head>
In this tutorial, you will learn one way to set up Linux nodes for the Rancher management server. These nodes will fulfill the node requirements for [OS, Docker, hardware, and networking.](../../../pages-for-subheaders/installation-requirements.md)
If the Rancher server will be installed on an RKE Kubernetes cluster, you should provision three instances.