rabbitmq / tgir

Official repository for Thank Goodness It's RabbitMQ (TGIR)!
Apache License 2.0
65 stars 17 forks source link

S01E08: Secure public RabbitMQ #20

Closed Gsantomaggio closed 3 years ago

Gsantomaggio commented 3 years ago

TGIR S01E08: Secure public RabbitMQ

TGIR S01E08: Secure public RabbitMQ

How do you make your RabbitMQ clusters public & secure? Think HTTPS & AMQPS. What about using a single IP for multiple RabbitMQ clusters? And what about connection throttling?

We try out RabbitMQ Cluster Operator v1.3, cert-manager v1.1 & Traefik v2.3 on Digital Ocean Kubernetes v1.19.3.

Topics covered:

Related to #16

LINKS

stefano-v commented 3 years ago

So great! Thanks @gerhard and @Gsantomaggio . Can't wait to test it. I saw you used traefik, would it be any issue if I replace it with HAProxy ?

gerhard commented 3 years ago

That's great to hear! I would be most interested in the HAProxy version. Link back here so that we can take a look too.

@Gsantomaggio is looking into Istio next, and I'm keen on Linkerd. Trying out different proxies & service meshes with RabbitMQ sound like a great way of learning about the different strengths and weaknesses. It's a fantastic idea 😉

Gsantomaggio commented 3 years ago

Ciao Stefano, Glad to hear :) Let us know! Thank you