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?

demandé il y a un an273 vues
1 réponse
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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions