Skip to content
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

Check firewall openings when validating cluster settings #115

Open
joostdecock opened this issue Dec 12, 2024 · 0 comments
Open

Check firewall openings when validating cluster settings #115

joostdecock opened this issue Dec 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@joostdecock
Copy link
Member

It is almost certain that people are going to run into firewall trouble when setting up a Morio cluster.
We already check that we can reach other nodes over HTTPS, but we should extend that to other ports, for Kafka and so on.

To do that, we could configure the proxy service to listen to these ports in ephemeral mode.
That way, we can just run an HTTP check to see if connection can be established using the ports required for inter-node cluster communication.

@joostdecock joostdecock added the enhancement New feature or request label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant