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?

asked a year ago242 views
1 Answer
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions