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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南