From 9e2f571cf7c39f4d35f7dc2117227165223b0ea4 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Wed, 16 Sep 2020 21:21:23 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e907e2e..7b029ab 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ faasd is built for everyone else, for those who have no desire to manage expensi [![OpenFaaS](https://img.shields.io/badge/openfaas-serverless-blue.svg)](https://www.openfaas.com) ![Downloads](https://img.shields.io/github/downloads/openfaas/faasd/total) -faasd is [OpenFaaS](https://github.com/openfaas/) reimagined, but without the cost and complexity of Kubernetes. It runs on a single host with very modest requirements, making it very fast and easy to manage. Under the hood it uses [containerd](https://containerd.io/) and [Container Networking Interface (CNI)](https://github.com/containernetworking/cni) along with the same core OpenFaaS components from the main project. +faasd is [OpenFaaS](https://github.com/openfaas/) reimagined, but without the cost and complexity of Kubernetes. It runs on a single host with very modest requirements, making it fast and easy to manage. Under the hood it uses [containerd](https://containerd.io/) and [Container Networking Interface (CNI)](https://github.com/containernetworking/cni) along with the same core OpenFaaS components from the main project. ## When should you use faasd over OpenFaaS on Kubernetes?