Coder Social home page Coder Social logo

etcd-cluster's Introduction

ETCD Cluster with ERU

Build an etcd cluster with 3 nodes, across 2 server rooms.

Steps:

  1. Set eru environments

     nbe app:setenv prod ETCD_INITIAL_CLUSTER=node0=${uri0},node1=${uri1},node2=${uri2}
     nbe app:setenv prod ETCD_INITIAL_CLUSTER_STATE=new
    
  2. Make sure /data/etcd-cluster is on server and has the right privilege.

  3. Deploy

    • node0

        nbe app:dpri platform dns node0-host --image ${etcd-image} --raw --host ${url0}
      
    • node1

        nbe app:dpri platform prod node1-host --image ${etcd-image} --raw --host ${url1}
      
    • node2

        nbe app:dpri platform app node2-host --image ${etcd-image} --raw --host ${url2}
      
  4. Add a node

    • Add member

        etcdctl member add node3 ${uri3}
      
    • Set new environments

        nbe app:setenv add ETCD_INITIAL_CLUSTER=node0=${uri0},node1=${uri1},node2=${uri2},node3=${uri3}
        nbe app:setenv add ETCD_INITIAL_CLUSTER_STATE=existing
      
    • Deploy with environment add, also see here.

  5. Remove a node

    Use etcdctl to remove a member, see here.

  6. Recover

    Just restart the container. If this doesn't work, remove the node first and then add it again.

etcd-cluster's People

Contributors

tonicbupt avatar

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.