From 9701dc5c292b0c2381c478dd5aa868a420870753 Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Tue, 23 Nov 2021 13:28:17 +0300 Subject: [PATCH] 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 +