Skip to content

Commit 1093ca8

Browse files
committed
Add OF-Cloud intro
Signed-off-by: Alex Ellis (VMware) <[email protected]>
1 parent 8804987 commit 1093ca8

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

docs/openfaas-cloud/intro.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
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.
6+
7+
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">Announcing <a href="https://twitter.com/openfaas?ref_src=twsrc%5Etfw">@openfaas</a> cloud at <a href="https://twitter.com/DevNetCreate?ref_src=twsrc%5Etfw">@DevNetCreate</a> <a href="https://twitter.com/hashtag/TeamServerless?src=hash&amp;ref_src=twsrc%5Etfw">#TeamServerless</a> <a href="https://twitter.com/hashtag/Serverless?src=hash&amp;ref_src=twsrc%5Etfw">#Serverless</a> <a href="https://t.co/n6hhcRK0I5">pic.twitter.com/n6hhcRK0I5</a></p>&mdash; Jock Reed (@JockDaRock) <a href="https://twitter.com/JockDaRock/status/983779290100613120?ref_src=twsrc%5Etfw">April 10, 2018</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
8+
9+
### Features
10+
11+
* "`git push` and get functions"
12+
* Use the Docker Hub or your own private registry
13+
* Use any official OpenFaaS language template
14+
* 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.
31+
32+
### Resources:
33+
34+
Read the code on GitHub:
35+
36+
https://github.com/openfaas/openfaas-cloud

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ pages:
120120
- First Python Function: ./tutorials/first-python-function.md
121121
- Workshop: ./tutorials/workshop.md
122122
- Featured: ./tutorials/featured.md
123+
- OpenFaaS Cloud: openfaas-cloud/intro.md
123124
- Reference:
124125
- Secrets: ./reference/secrets.md
125126
- Auth: ./reference/authentication.md

0 commit comments

Comments
 (0)