Git Product home page Git Product logo

Comments (2)

badlop avatar badlop commented on August 15, 2024

Maybe there is some error in the documentation. Let's try to solve your problem so we learn what's the problem, and alter fix the documentation.

I tried this:

$ ERLANG_NODE_ARG=aa@main ./bin/ejabberdctl start

$ ERLANG_NODE_ARG=aa@main ./bin/ejabberdctl status
Failed RPC connection to the node aa@main: nodedown

$ epmd -names
epmd: up and running on port 4369 with data:
name aa at port 35265

Then I edit the system file /ets/hosts to add this line:

127.0.0.1       main

Now this works:

$ ERLANG_NODE_ARG=aa@main ./bin/ejabberdctl status
The node aa@main is started with status: started
ejabberd 23.04.34 is running in that node

value: ejabberd@main

In your case, instead of main, you can try to set the machine name, or localhost.

When you solve the problem, please comment how you solved it. Thanks!

from docker-ejabberd.

NavinVinayagam avatar NavinVinayagam commented on August 15, 2024

Thanks for the reply, It seems the appropriate format for the node name is "name@(host_name/machine_name/contiainer_name)"

Then I edit the system file /ets/hosts to add this line:

127.0.0.1 main

I followed your reply and edited "hosts" file and mapped dev.example.com for 127.0.0.1, then I started the ejabberd service in my Ubuntu WSL with the below set of node names.

  • ejabberdmain@localhost => ejabberd started with node name as "ejabberdmain@localhost"
  • [email protected] => ejabberd started with node name as "[email protected]"
  • ejabberdmain => ejabberd started with node name as "ejabberdmain@my_machine_name"

In the case of the example docker-compose file, the container name is defined as "main" and "replica" hence the corresponding node names "ejabberd@main" and "ejabberd@replica" worked.
In GCP Kubernetes, the node name doesn't match with the pod name and hence failed.

In your case, instead of main, you can try to set the machine name, or localhost.

Then I checked in GCP Kubernetes by using the environment variable as "ERLANG_NODE_ARG=ejabberdmain@localhost", Now the ejabberd was accessible in the service with the provided node name. (I tried with a single pod in the )

Then I added 2 deployments with single pods and modified node names and tried to connect them with the initial commands mentioned in the Clustering example , the 2 pods are running, but there is no s2s connection.

Now I followed the example exactly as in the readme and added 2 containers in the GCP Kubernetes deployment, but it doesn't work as well.

I trying this in GCP Kubernetes so that my ejabberd server nodes can autoscale inside the Kubernetes. Can you provide some guidance here?

from docker-ejabberd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.