GithubHelp home page GithubHelp logo

Comments (3)

leseb avatar leseb commented on July 17, 2024

I don't understand what you meant, can you elaborate a bit more?

from ceph-container.

Ulexus avatar Ulexus commented on July 17, 2024

@JoshuaAndrew If I understand you correctly, you are concerned about the radosgw container migrating across your cluster on restarts. This problem is not unique to the Ceph containers; thus, there are many options available to you.

  • Service discovery - This usually the best option, and there are many choices. Since you are running CoreOS, you have etcd already included. See the section on service discovery on CoreOS's site.
  • Static service IP, bound at start - For some services, I assign the service a static IP address, which I float with the service. Essentially, I add and remove the IP address from the host if and only if the service starts on that host.
  • Restrict the service to run only on a single host (or a small group of hosts). This is not a good idea for redundancy, but it is easy. If you are using fleet, just specify the machine id or other metadata in the unit file, as described here.

... and probably many more. Use service discovery if possible, though.

from ceph-container.

Ulexus avatar Ulexus commented on July 17, 2024

Closing this for now, as it does not appear to be a problem related to this repository.

from ceph-container.

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.