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

Access multi-node cluster from external client/ network #44

Open
rajeesh-sdk opened this issue Sep 13, 2024 · 0 comments
Open

Access multi-node cluster from external client/ network #44

rajeesh-sdk opened this issue Sep 13, 2024 · 0 comments

Comments

@rajeesh-sdk
Copy link

rajeesh-sdk commented Sep 13, 2024

We have setup of three nodes of community edition on Kubernetes cluster. While using asamd/aql eithin the cluster nodes, it works as the Nodes are binding with POD IP. However, the external access doesn't work, since the POD IP is inaccessible from outside network.

What are the provision to enable the binding of IP address, like LB IP with Nodes?

We have tried configure as follows, where alternate-access-address consists of LB IP :

network {
      service {
        address any
        #access-address 192.168.144.152 192.168.144.153
        alternate-access-address 192.168.144.152 192.168.144.153
        port 3000
      }

Please specify the right config for accessing the three or more node cluster from external clients

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant