From 53a9b24f8c4bdc48d55592610cc398a88c1576da Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sat, 13 Jan 2018 10:00:40 +0000 Subject: [PATCH] Update backends.md --- guide/backends.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/guide/backends.md b/guide/backends.md index f541a6a3..6f4c2b02 100644 --- a/guide/backends.md +++ b/guide/backends.md @@ -4,17 +4,12 @@ OpenFaaS is a framework for building serverless functions with containers and ru > Bring Serverless OpenFaaS functions to your favourite container platform. -We support two orchestration platforms or "backends": +We support two orchestration platforms or "backends" within the OpenFaaS project. * Docker Swarm * Kubernetes -There is also community work in-progress to support: - -* Rancher/Cattle -* Nomad -* DCOS -* Hyper.sh +There are several other backends available with community-support as documented in the [community guide](https://github.com/openfaas/faas/blob/master/community.md#openfaas-providers). The Docker Swarm support is built-into the faas repo, but the Kubernetes support is provided by a microservice in the [faas-netes](https://github.com/openfaas/faas-netes) repo.