Files
sablier/docs/README.md
Alexis Couvreur 3891027e23 feat(plugin): add proxywasm plugin (#284)
* feat(plugin): add `proxywasm` plugin

The `proxywasm` plugin is a WASM Filter following the ProxyWasm ABI Specification using the proxywasm go sdk

This allows extensibility with any reverse proxy who implements the ProxyWasm ABI Specification.

The current WASM Filter was successfully tested with APISIX, Envoy, Nginx with ngx_wasm_module from Kong and Istio.

Fixes #145
2024-10-01 17:30:14 -07:00

1.4 KiB

Latest BuildGo Report Go Version Latest Release

Sablier - Scale to Zero

Sablier is a free and open-source software that can scale your workloads on demand.

Demo

Your workloads can be a docker container, a kubernetes deployment and more (see providers 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