Stateful applications across more than one Availability Zone?

0

https://docs.aws.amazon.com/eks/latest/userguide/autoscaling.html

In the AWS EKS documentation on autoscaling (see above), there is a section titled "Use EBS volumes as persistent storage" which discusses building stateful applications in Kuberenetes. Specifically, there is the following statement: "For a better solution, consider building stateful applications that are sharded across more than one Availability Zone using a separate Amazon EBS volume for each Availability Zone." How do I do this - create a separate EBS volume for each availability zone?

質問済み 1年前273ビュー
1回答
0

From the Management console Navigate to EC2 Then Navigate to EBS

Click create and one of the options is Availability Zone.

the below image illustrates the above Enter image description here

After that you can use Kubernetes Taints and Tolerations to ensure that your pods are scheduled on the appropriate nodes. https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html

profile pictureAWS
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ