From dfd34f87bcbe2b54867cf326a5aac294908c3896 Mon Sep 17 00:00:00 2001 From: ade5239 Date: Tue, 3 Sep 2024 12:59:31 -0400 Subject: [PATCH] Update glossary.md --- glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.md b/glossary.md index 52ff2a0..2714592 100644 --- a/glossary.md +++ b/glossary.md @@ -201,7 +201,7 @@ Webpack is a static module bundling tool that was mostly designed for Jacascript ## OpenFaaS - +OpenFaas builds serverless functions with kubernetes. This helps prevent lock-in with specific vendors and allows your function to run on any cloud environment. Since it utilizes kubernetes, the functions you write can scale to meed demand and dial down when they are not in use. (For more info vist: https://www.openfaas.com/) ## PaaS (Platform as a Service)