简体   繁体   English

RabbitMQ 安装在 Amazon Web 服务 EKS

[英]RabbitMQ installation on Amazon Web Services EKS

Does AWS Elastic Kubernetes Service have the same concept as Google Kubernetes Engine apps via a marketplace? AWS Elastic Kubernetes 服务是否与通过市场的 Google Kubernetes 引擎应用程序具有相同的概念? I'm looking to deploy RabbitMQ and previously accomplished this on GKE.我正在寻找部署 RabbitMQ 并且之前在 GKE 上完成了此操作。

Otherwise, it looks like there's a helm chart or I can manually do this via the container on dockerhub.否则,它看起来像有一个舵图,或者我可以通过 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. AWS 确实有一个市场,您可以在其中使用各种 AMI 或部署经过认证的 Bitnami RabbitMQ 映像。 You can see that for yourself here: https://aws.amazon.com/marketplace您可以在这里亲自查看: 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.缺点是这不适用于 AWS EKS,因此我们必须自己安装/维护它。 That could look something like using the stable/rabbitmq-ha chart with anti-affinity across AZ's, quorum queues, and EBS.这可能看起来像使用跨 AZ、仲裁队列和 EBS 的具有反关联性的 stable/rabbitmq-ha 图表。

Learn more about helm here: https://helm.sh/docs/intro/using_helm/在此处了解有关 helm 的更多信息: https://helm.sh/docs/intro/using_helm/

Learn more about the rabbitmq helm chart here: https://hub.helm.sh/charts/stable/rabbitmq-ha在此处了解有关 rabbitmq 舵图的更多信息: https://hub.helm.sh/charts/stable/rabbitmq-ha

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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