mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 21:33:06 +01:00
Documentation is now published on the `gh-pages` branch. The branch will have a folder `docs` containing the following structure: - `./docs` the copy from the `main` docs, but only used for the `index.html` page to do the multi-version routing. - `./docs/main` the copy from the `main` branch docs folder - `./docs/beta` the copy from the `beta` branch docs folder Closes #332
26 lines
1010 B
Markdown
26 lines
1010 B
Markdown
# Sablier - Scale to Zero
|
|
|
|
Sablier is a **free** and **open-source** software that can scale your workloads on demand.
|
|
|
|

|
|
|
|
Your workloads can be a docker container, a kubernetes deployment and more (see [providers](providers/overview) for the full list).
|
|
|
|
|
|
Sablier is an API that start containers for a given duration.
|
|
|
|
It provides an integrations with multiple reverse proxies and different loading strategies.
|
|
|
|
Which allows you to start your containers on demand and shut them down automatically as soon as there's no activity.
|
|
|
|
## Glossary
|
|
|
|
I'll use these terms in order to be provider-agnostic.
|
|
|
|
- **Session**: A Session is a set of **instances**
|
|
- **Instance**: An instance is either a docker container, docker swarm service, kubernetes deployment or kubernetes statefulset
|
|
|
|
## Credits
|
|
|
|
- [Hourglass icons created by Vectors Market - Flaticon](https://www.flaticon.com/free-icons/hourglass)
|
|
- [tarampampam/error-pages](https://github.com/tarampampam/error-pages/) for the themes |