Introduction
This section describes how to setup your self-managed instance of Plumber.
Installation methods
- ⏱️ Trying Plumber on your local computer using Docker-compose
- 🐳 Running Plumber using Docker-compose
- 🚀 Running Plumber on Kubernetes using a Helm chart
- ⏱️ Trying Plumber on your local computer using podman (supported by community)
- 🕸 Running Plumber using podman (supported by community)
Infrastructure
The Plumber Infrastructure is composed of the following components:
- Plumber frontend: the Plumber interface
- Plumber backend: the Plumber backend and API
- Plumber worker: used to run the tasks of asynchronous requests
- PostgreSQL: used to store Plumber backend data
- Redis: used to cache Plumber data and create tasks lists for workers