Skip to content

Commit 67c7a16

Browse files
ivanayovalexellis
authored andcommitted
Add OpenFaaS vs OpenFaaS Cloud comparison table
This compares the differences between OpenFaaS and OFC's main features Signed-off-by: Ivana Yovcheva (VMware) <[email protected]>
1 parent 6ea6f2b commit 67c7a16

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/openfaas-cloud/intro.md

+13
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@ Check out the roadmap in the GitHub repo for what's coming next and how to get i
2121

2222
OpenFaaS Cloud is for anyone who wants to focus on shipping functions without worrying about the CI/CD pipeline or underlying infrastructure. OpenFaaS comes in two flavours - a free community-run hosted version and self-hosted on your own cluster.
2323

24+
25+
| | OpenFaaS |OpenFaaS Cloud |
26+
|:--------|:-------------------------|:--------------|
27+
| Installation | Helm, Docker YAML | GitHub App |
28+
| RBAC | Shared team / single user | Multi-user |
29+
| Administration | faas-cli, API, UI | "git-push" or GitHub UI |
30+
| Policy | Specify in stack.yml | Default limits set, read-only filesystem |
31+
| CI/CD | Jenkins, Travis, etc | Built-in (via Buildkit) |
32+
| UI | OpenFaaS Portal | Personal dashboard |
33+
| URLs | Gateway | Personal sub-domains |
34+
| Source control | Any | GitHub & GitLab |
35+
| Secrets | Kubernetes/Swarm secrets | SealedSecrets |
36+
2437
#### Community cluster
2538

2639
The community-run cluster means you can do a `git push` and get a free, TLS-enabled endpoint without thinking about servers or Kubernetes. We do everything for you

0 commit comments

Comments
 (0)