-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S01E08: Secure public RabbitMQ #20
Conversation
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Maybe @Gsantomaggio will want to try and understand why $XDG_CONFIG_HOME does not work for doctl as expected... Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Because it is closer to @Gsantomaggio than either London or Amsterdam Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Add a few more targets to make it easy knowing what DKE options are available. Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
directly with the load balancer
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Add the insecureSkipVerify option ( thanks to @spagno for the help) Split the files
add perftest utils to execute the tests
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
So great! Thanks @gerhard and @Gsantomaggio . |
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 😉 |
Ciao Stefano, |
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