From 76c67e1ef01759ed9ff441d43a32ab60193e4334 Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Tue, 23 Nov 2021 13:26:19 +0300 Subject: [PATCH 1/3] Update install-kubernetes-using-kubekey.md --- content/en/blogs/install-kubernetes-using-kubekey.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/blogs/install-kubernetes-using-kubekey.md b/content/en/blogs/install-kubernetes-using-kubekey.md index 306ec7ce3..0ea0d06c0 100644 --- a/content/en/blogs/install-kubernetes-using-kubekey.md +++ b/content/en/blogs/install-kubernetes-using-kubekey.md @@ -1,5 +1,5 @@ --- -title: 'KubeKey: A Lightweight Installer for Kubernetes and Cloud Native Addons' +title: 'How to Install Kubernetes the Easy Way Using KubeKey' keywords: Kubernetes, KubeSphere, KubeKey, addons, installer description: KubeKey allows you to deploy a Kubernetes cluster in the most graceful and efficient way. tag: 'KubeSphere, Kubernetes, KubeKey, addons, installer' @@ -26,7 +26,7 @@ The general steps of installing Kubernetes using KubeKey: ## Prepare Hosts -I am going to create a cluster with three nodes on cloud. Here is my machine configuration for your reference: +I am going to create a Kubernetes cluster with three nodes on cloud. Here is my machine configuration for your reference: | Host IP | Host Name | Role | System | | ----------- | --------- | ------------ | ----------------------------------------- | From 9701dc5c292b0c2381c478dd5aa868a420870753 Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Tue, 23 Nov 2021 13:28:17 +0300 Subject: [PATCH 2/3] Update aws-kubernetes.md --- content/en/blogs/aws-kubernetes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/blogs/aws-kubernetes.md b/content/en/blogs/aws-kubernetes.md index fb8c53fe0..e3147e3cc 100644 --- a/content/en/blogs/aws-kubernetes.md +++ b/content/en/blogs/aws-kubernetes.md @@ -1,5 +1,5 @@ --- -title: 'How to Deploy an HA Kubernetes Cluster on AWS | KubeSphere KubeKey' +title: 'How to Deploy Kubernetes on AWS' tag: 'Kubernetes, HA, High Availability, AWS, KubeKey' keywords: 'Kubernetes, HA, High Availability, AWS, KubeKey, KubeSphere' description: 'The KubeKey tool can be used to quickly and efficiently deploy an HA Kubernetes cluster. This article demonstrates how to deploy an HA Kubernetes cluster on AWS.' @@ -17,7 +17,7 @@ To meet the HA service requirements of Kubernetes in AWS, we need to ensure the This article uses the AWS ELB service as an example. -## Prerequisites +## Prerequisites for Deployment on AWS - You need to create a storage system based on NFS, GlusterFS, or Ceph. In consideration of data persistence, we do not recommend OpenEBS for production environments. This article uses OpenEBS to configure LocalPV as the default storage service only for testing. - All nodes can be accessed over SSH. @@ -252,4 +252,4 @@ Run the following commands to check the deployment result: kubernetes 192.168.0.10:6443,192.168.0.11:6443,192.168.0.12:6443 5m10s ``` - \ No newline at end of file + From 7db4e470a92f31c74ac386d875dad0b7ef92dd6b Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Tue, 23 Nov 2021 13:29:27 +0300 Subject: [PATCH 3/3] Update set-up-ha-cluster-using-keepalived-haproxy.md --- .../set-up-ha-cluster-using-keepalived-haproxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md b/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md index 104ff321a..4b10eb945 100644 --- a/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md +++ b/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md @@ -51,7 +51,7 @@ Run the following command to install Keepalived and HAproxy first. yum install keepalived haproxy psmisc -y ``` -### HAproxy +### HAproxy Configuration 1. The configuration of HAproxy is exactly the same on the two machines for load balancing. Run the following command to configure HAproxy. @@ -112,7 +112,7 @@ yum install keepalived haproxy psmisc -y 5. Make sure you configure HAproxy on the other machine (`lb2`) as well. -### Keepalived +### Keepalived Configuration Keepalived must be installed on both machines while the configuration of them is slightly different.