From 89a728db16e2e35c03400fb1450c4fea1ac30205 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Thu, 23 Jul 2020 11:46:37 +0100 Subject: [PATCH] Add links for containerd Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2d8ad8..7cd1876 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Lightweight serverless, without managing expensive infrastructure. [![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, reimagined without the complexity and cost of Kubernetes. It runs well on a single host with very modest requirements, and can be deployed in a few moments. Under the hood it uses containerd and CNI along with the same core OpenFaaS components from the main project. +faasd is OpenFaaS, reimagined without the complexity and cost of Kubernetes. It runs well on a single host with very modest requirements, and can be deployed in a few moments. 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?