Git Product home page Git Product logo

Comments (5)

tsandall avatar tsandall commented on May 13, 2024

Hi @sargun!

At this point, OPA does not replicate the built-in data store. It's something we're thinking about, but we haven't gotten around to yet.

That being said, we're actively working on support for custom/pluggable storage backends (#91). This would allow anyone to write their own storage backend, e.g., using an external/replicated service like etcd.

Could you provide any more details on your use case? It could help shape things going forward.

from opa.

hekaldama avatar hekaldama commented on May 13, 2024

My use case at least is to be able to run this as a docker 1.12 service and have > 1 replicas for the service.

Would it be safe enough to implement a DFS between instances and round robin requests to them?

from opa.

hekaldama avatar hekaldama commented on May 13, 2024

Maybe this should turn into a doc on http://www.openpolicyagent.org/documentation/what-is-policy-enablement/ that is titled something like "HA Server Setup" or something like this so people can just follow and setup.

from opa.

tsandall avatar tsandall commented on May 13, 2024

@hekaldama at this time, OPA does not support an HA-mode like you described. HA support is still being planned but it's hard to get right and we haven't had time yet.

That being said, if you want to run N replicas of OPA, you're free to distribute data and policies to them as needed. This approach puts more burden on you but also means that OPA can be colocated with the service(s) that it policy enables. Colocating OPA with the service(s) means you don't have to worry about partial failures or the network (to some extent).

Thanks for your interest!

from opa.

tsandall avatar tsandall commented on May 13, 2024

Closing this ticket for now. Built-in HA support will likely come from an etcd (or other replicated store) backend. Another promising alternative is to rely on persistence from features like ThirdPartyResources in Kubernetes.

from opa.

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.