-
Notifications
You must be signed in to change notification settings - Fork 286
An example of a production cluster configuration. #401
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. TKG in AWS provisions nodes with label topology.kubernetes.io/zone
, in case you want to "flavour" the example 😉
Should this PR close #398 ? I think @ChunyiLyu was working on this issue as well.
Edit: I think this should close #397 instead?
This is a welcome step in the right direction, thank you @mkuratczyk for taking it. I feel that some changes are required, as well as sharing more of the reasoning behind them, before this can be merged. This is what I'm thinking for my next steps:
Let me know if you think that there is a different approach that would make more sense. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
I have four questions regarding the production-ready example:
|
For the |
The RabbitMQ core eng team had a long discussion about this the other day. From what I can remember, in the context of k8s
I don't know off the top of my head but my guess is that is a performance setting (@gerhard ?)
|
The very first sentence of this PR goes like this: «This example provides a starting point for production deployments…» There is no way our team can know the realities and needs of your specific production deployment, so just like the Production Checklist guide these are basic guidelines to make
|
This example provides a starting point for production deployments. I'm not sure whether the name "production" is a good choice - feel free to suggestion something better given that this is not suitable for all production use cases and we may want to provide other examples in the future (eg. production-XXL).
Closes #398