Giter Club home page Giter Club logo

Comments (4)

nyrm-f avatar nyrm-f commented on June 12, 2024
es02:

    build: 
        dockerfile: ./Dockerfile.prod.es01
        context: ./
        network: host

    image: dfirkuiper/kuiper_es01:${GIT_KUIPER_ES01_VERSION}
    container_name: kuiper_es02
    environment:
      - node.name=es02
      - cluster.name=es-docker-cluster
      - discovery.seed_hosts=es01
      - cluster.initial_master_nodes=es01
      - "ES_JAVA_OPTS=-Xms28g -Xmx28g"
      - FLASK_IP=flask
      - ES_IP=es01
      - bootstrap.memory_lock=true
    
    volumes:
      - ./elasticsearch02:/usr/share/elasticsearch/data:rw

    env_file:
        - ./.env
    networks:
        kuiper:
            ipv4_address: 172.30.250.19

from kuiper.

nyrm-f avatar nyrm-f commented on June 12, 2024

This is what ive added in the file for now

from kuiper.

salehmuhaysin avatar salehmuhaysin commented on June 12, 2024

i tried before with Elasticsearch cluster and it worked,
but my cluster was in multiple VMs (kuiper, cluster-master, cluster-data1, cluster-data2)
not sure if you will get the benefit of the jvm limitation if you run all cluster nodes in the same VM.

you need to change the ES_IP environment variable from the docker-compose.yaml file and .env file with the ip address of the cluster master node IP

from kuiper.

nyrm-f avatar nyrm-f commented on June 12, 2024

Thanks for the info! tried it out and wasnt working for me, i think i will just stick to the one node on my ubuntu VM

from kuiper.

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.