aws-controllers-k8s / community

AWS Controllers for Kubernetes (ACK) is a project enabling you to manage AWS services from Kubernetes
https://aws-controllers-k8s.github.io/community/
Apache License 2.0
2.43k stars 258 forks source link

MQ service controller #390

Open tabern opened 4 years ago

tabern commented 4 years ago

New ACK Service Controller

Support for Amazon MQ

List of API resources

List the API resources in order of importance to you:

mathewpeterson commented 4 years ago

Would this be different than the new AWS RabbitMQ offering?

jaypipes commented 4 years ago

Would this be different than the new AWS RabbitMQ offering?

Yes. The RabbitMQ offering is simply a feature of the existing Amazon MQ service. The ACK service controller for Amazon MQ will allow Kubernetes users to create Amazon MQ clusters (of whatever underlying engine, rabbitmq or otherwise) using Kubernetes manifests.

jaypipes commented 3 years ago

We're going to work on the Broker resource for developer preview, aiming for RabbitMQ support before tackling the trickier Configuration and User resources of the AmazonMQ API.

See #624

ack-bot commented 3 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with /close. Provide feedback via https://github.com/aws-controllers-k8s/community. /lifecycle stale

a-hilaly commented 3 years ago

/remove-lifecycle stale

ack-bot commented 3 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with /close. Provide feedback via https://github.com/aws-controllers-k8s/community. /lifecycle stale

a-hilaly commented 2 years ago

/lifecycle frozen

shreben commented 1 year ago

Hello team First, thank you for the efforts put into the ACKs. I am just wondering is there any estimations on when the Broker Configuration will be added to MQ ACK? Also maybe you can advise a proper way of handling a configuration of a broker that was created with the ACK. I am currently looking into building a network of brokers and this involves per broker configuration. Thank you.

a-hilaly commented 1 year ago

Hi @shreben - no timeline regarding new features for mq-controller yet. However since ACK controllers a mostly generated you can definitely give it a shot and try to generate Configuration support. Happy to answer with any questions you have. We are available at #aws-controllers-k8s channel in k8s slack.