EMQX Docker Cluster Installation with Load Balancer or DNS Configuration #14435
-
Hi Team, Could someone please help me set up an EMQX 3-node cluster across three different nodes using AWS Load Balancer and Auto Scaling? I have attempted the configuration, but the nodes are not connecting to each other. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Hi @pitambariu. You can take a look at this example with Terraform https://github.com/emqx/emqx-usage-example/tree/main/iov-s3-aws. It's a little more complex than what are you asking about, but does the job. The trick there is to use static hostnames used in In your scenario you may use similar approach, but use |
Beta Was this translation helpful? Give feedback.
-
version: '3.8' services: Is this compose file correct After running the above compose file, the node is unable to connect to the cluster Please suggest any modifications to the Compose file or any other recommendations, as I am running it on an Ubuntu server |
Beta Was this translation helpful? Give feedback.
-
Hi
these dns resolved to respective instance IP
Best Regards,
Pitambar Sen *|* DevOps Engineer
M : +91 6360371510 *|* E : ***@***.***
***@***.***>
*-------------------------------------------------------**-**-*
*[image: Infinite Uptime] <https://www.infinite-uptime.com/>*
*www.infinite-uptime.com <http://www.infinite-uptime.com/> **|** Socialize
with us [image: Follow our LinkedIn Page]
<https://www.linkedin.com/company/infinite-uptime/> [image: Engage with us
on Facebook] <https://www.facebook.com/infiniteuptime/> [image: Connect on
YouTube] <https://www.youtube.com/channel/UCceOqZfxozvbEm3SDGPS6bg>*
*-------------------------------------------------------**-**-*
[image: Accelerate Industrial Digital Transformation]
<https://www.infinite-uptime.com/digital-reliability>
…On Wed, Dec 18, 2024 at 3:29 PM Ivan Dyachkov ***@***.***> wrote:
What do emqx1-poc.xxx.com and emqx1-poc.xxx.com resolve to from EC2
instances?
—
Reply to this email directly, view it on GitHub
<#14435 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5C37FXATE2KWASPOZODD4D2GFBPHAVCNFSM6AAAAABTZ5XA2OVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRQGM2DQMY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
I do not have time to test this right now. Try to put double quotes around the whole line like in this example in the documentation https://docs.emqx.com/en/emqx/latest/deploy/install-docker-ce.html