# New project

The only sane way to run the opa-stack is using containers and it is build using containers in mind from the very beginning. There are multiple ways to run it, so choose whatever orchestrator fits you best below.

There are also some optional components you can use together with opa-stack if you want caching, db or and so on.

# Orchestrators

# docker-compose

Docker-compose is the simplest of the container orchestrators. You can download it from here, and read the getting started guide here.

Take a look at the simplest example project here. In the folder just run docker-compose up, and you got things running.. See the docker-compose docs for more info.

# kubernetes (helm)

Nothing here yet...