You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/openfaas-cloud/intro.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ OpenFaaS Cloud is for anyone who wants to focus on shipping functions without wo
36
36
37
37
#### Community cluster
38
38
39
-
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
39
+
The community-run cluster is a free cluster which you can use to publish functions on the internet with TLS and a personal sub-domain. You don't need to think about servers or Kubernetes any more. We host, scale and manage your functions giving you a secure personalised dashboard so that you can focus on writing code.
40
40
41
41
#### Self-hosted
42
42
43
-
When you host OpenFaaS Cloud yourself you are providing a "`git push` - get functions" for yourself and your team. All the code is fully open source and licensed under MIT. Follow the "dev" guide in the GitHub repository to set yourself up on Kubernetes or Docker Swarm.
43
+
OpenFaaS Cloud is open source software which you can use to host your OpenFaaS Cloud cluster. OpenFaaS Cloud brings a managed, multi-user experience with built-in dashboard and CI/CD. This lowers the barrier to entry for teams meaning that developers only need to know how to use git and require no pre-assumed knowledge of Docker or Kubernetes.
0 commit comments