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?

질문됨 일 년 전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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠