Update backends.md

This commit is contained in:
Alex Ellis 2018-01-13 10:00:40 +00:00 committed by GitHub
parent 6daf7380d8
commit 53a9b24f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.