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
OpenFaaS Cloud is: GitOps for your functions with native GitHub integrations
2
+
3
+
Read an introduction to [OpenFaaS Cloud on Alex Ellis' blog](https://blog.alexellis.io/introducing-openfaas-cloud/)
4
+
5
+
> OpenFaaS Cloud makes it even easier for developers to build and ship functions with Docker using a Git-based workflow with native integrations for GitHub and more integrations planned in the future.
* Get secrets in your functions securely with SealedSecrets
15
+
* Secure integration with GitHub via GitHub App and OAuth permissions
16
+
* Auditing of events to Slack
17
+
18
+
Check out the roadmap in the GitHub repo for what's coming next and how to get involved.
19
+
20
+
### Who is OpenFaaS Cloud for?
21
+
22
+
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.
23
+
24
+
#### Community cluster
25
+
26
+
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
27
+
28
+
#### Self-hosted
29
+
30
+
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.
0 commit comments