mirror of
https://github.com/openfaas/faas.git
synced 2025-06-13 10:46:46 +00:00
Add sequence diagrams
This commit is contained in:
parent
542da59c39
commit
d1116438d0
@ -7,8 +7,14 @@ We support two orchestration platforms or "backends":
|
||||
* Docker Swarm
|
||||
* Kubernetes
|
||||
|
||||
There is also community work in-progress to support:
|
||||
|
||||
* Rancher/Cattle
|
||||
|
||||
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/alexellis/faas-netes) repo.
|
||||
|
||||
If you're thinking of writing a new back-end we'd love to hear about it and help you, so please get in touch with alex@openfaas.com. Existing implementations (like OpenFaaS) are written in Golang and this provides a level of consistency across the projects.
|
||||
|
||||
### I need a backend for X
|
||||
|
||||
This project is focusing on Docker Swarm and Kubernetes, but we're open to support from third parties and vendors for other backends:
|
||||
@ -28,6 +34,16 @@ In order to support a new back end you will write a new "external_provider" and
|
||||
|
||||

|
||||
|
||||
Deploy a function - through the built-in Swarm support or through faas-netes
|
||||
|
||||

|
||||
|
||||
Invoke your function - through the built-in Swarm or via faas-netes
|
||||
|
||||

|
||||
|
||||
Find out more about the [watchdog here](https://github.com/alexellis/faas/tree/master/watchdog).
|
||||
|
||||
### Automatically compatible OpenFaaS
|
||||
|
||||
The following are fully compatible with any additional back-ends:
|
||||
|
Loading…
x
Reference in New Issue
Block a user