which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension): 8.6
what are you trying to achieve : setup dce cluster
what have you tried so far to achieve this: Is it allowed to have compute/application nodes in different availability zones in same region (in DCE cluster setup)?
All application nodes should be identical in terms of hardware and software. Similarly, all search nodes should be identical to each other. Application and search nodes, however, can differ from one another. Generally, search nodes are configured with more CPU and RAM than application nodes.
Search nodes can be located in different availability zones, but they must be in the same region. In this case, each search node should be located in a separate availability zone to maintain availability in the event of a failure in one zone.
Yes, but it’s best to have one machine for each node to be resilient to failures. To maintain an even higher level of availability, each of your three search nodes can be located in a separate availability zone within the same region .
So, to answer your question:
Is it allowed to have compute/application nodes in different availability zones in same region (in DCE cluster setup)?
Yes, it is allowed. Our documentation emphasizes that the search nodes should be placed in separate availability zones within the same region but we do not have any extra emphasis for the application nodes. You are welcome to use different availability zones in same region or not for the application nodes. Thus, your use case and testing will define what you believe is optimal for you in terms of cost, higher availability, performance, etc.
I highly suggest you read our Monitoring documentation as well, since this will detail a way to maintain better governance of your SonarQube instance.
thanks joe. i had gone through documentation. There was no explaination about app nodes placement. that’s why i asked. it is good if your team can include one line about app node placement.
You’re right, it is missing and it’s a small sentence to account for it. I’ll suggest it and get it reviewed. Thank you very much for your feedback and thorough !