From 9efd019e864a8d345564b88e997413bd50d29f59 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Mon, 6 Mar 2023 11:03:23 +0000 Subject: [PATCH] Update vision Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- docs/ROADMAP.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 1aa04a5..27630c3 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -1,5 +1,15 @@ # faasd backlog and features +It's important to understand the vision for faasd vs OpenFaaS CE/Pro. + +faasd is a single-node implementation of OpenFaaS. + +It is supposed to be a lightweight, low-overhead, way to deploy OpenFaaS functions for functions which do not need planet-scale. + +It is not supposed to have multiple replicas, clustering, HA, or auto-scaling. + +[Learn when to use faasd](https://docs.openfaas.com/deployment/) + ## Supported operations * `faas-cli login`