mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Update aws-kubernetes.md
This commit is contained in:
parent
76c67e1ef0
commit
9701dc5c29
|
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue