简体   繁体   中英

RabbitMQ installation on Amazon Web Services EKS

Does AWS Elastic Kubernetes Service have the same concept as Google Kubernetes Engine apps via a marketplace? I'm looking to deploy RabbitMQ and previously accomplished this on GKE.

Otherwise, it looks like there's a helm chart or I can manually do this via the container on dockerhub.

No, you need top deploy it by your own.

AWS does have a marketplace where you can utilize various AMI's or deploy a certified Bitnami RabbitMQ image. You can see that for yourself here: https://aws.amazon.com/marketplace

The downside is that this isn't something available for AWS EKS and as a result we will have to install/maintain this ourselves. That could look something like using the stable/rabbitmq-ha chart with anti-affinity across AZ's, quorum queues, and EBS.

Learn more about helm here: https://helm.sh/docs/intro/using_helm/

Learn more about the rabbitmq helm chart here: https://hub.helm.sh/charts/stable/rabbitmq-ha

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM