Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openfaas/openfaas-cloud
The Multi-user OpenFaaS Platform
https://github.com/openfaas/openfaas-cloud
cicd cloud dashboard faas gitops kubernetes multi-user openfaas swarm
Last synced: about 1 month ago
JSON representation
The Multi-user OpenFaaS Platform
- Host: GitHub
- URL: https://github.com/openfaas/openfaas-cloud
- Owner: openfaas
- License: mit
- Archived: true
- Created: 2017-11-04T16:54:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T10:29:17.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T05:10:49.707Z (4 months ago)
- Topics: cicd, cloud, dashboard, faas, gitops, kubernetes, multi-user, openfaas, swarm
- Language: Go
- Homepage: https://docs.openfaas.com/openfaas-cloud/intro/
- Size: 31.2 MB
- Stars: 768
- Watchers: 27
- Forks: 229
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Audit: audit-event/Gopkg.lock
- Roadmap: docs/ROADMAP.md
Awesome Lists containing this project
- awesome-serverless - OpenFaaS Cloud - OpenFaaS Cloud: multi-user serverless functions driven by git. (Hosting and code execution in the cloud)
README
OpenFaaS Cloud
==============The Multi-user OpenFaaS Platform
## Introduction
[![Build Status](https://github.com/openfaas/openfaas-cloud/workflows/build/badge.svg?branch=master)](https://github.com/openfaas/openfaas-cloud/actions)
OpenFaaS Cloud introduces an automated build and management system for your Serverless functions with native integrations into your source-control management system whether that is GitHub or GitLab.
With OpenFaaS Cloud functions are managed through typing `git push` which reduces the tooling and learning curve required to operate functions for your team. As soon as OpenFaaS Cloud receives a `push event` from `git` it will run through a build-workflow which clones your repo, builds a Docker image, pushes it to a registry and then deploys your functions to your cluster. Each user can access and monitor their functions through their personal dashboard.
Features:
* Portable - self-host on any cloud
* Multi-user - use your GitHub/GitLab identity to log into your personal dashboard
* Automates CI/CD triggered by `git push` (also known as GitOps)
* Onboard new git repos with a single click by adding the *GitHub App* or a repository tag in *GitLab*
* Immediate feedback on your personal dashboard and through GitHub Checks or GitLab Statuses
* Sub-domain per user or organization with HTTPS
* Runtime-logs for your functions
* Fast, non-root image builds using [buildkit](https://github.com/moby/buildkit/) from DockerThe dashboard page for a user:
![Dashboard](/docs/dashboard.png)
The details page for a function:
![Details page](/docs/details.png)
## Overview
![Conceptual diagram](/docs/ofc-github-conceptual.png)
The high-level workflow for the OpenFaaS Cloud CI/CD pipeline.
### KubeCon video
[![](http://img.youtube.com/vi/sD7hCwq3Gw0/maxresdefault.jpg)](https://www.youtube.com/watch?v=sD7hCwq3Gw0)
[KubeCon: OpenFaaS Cloud + Linkerd: A Secure, Multi-Tenant Serverless Platform - Charles Pretzer & Alex Ellis](https://www.youtube.com/watch?v=sD7hCwq3Gw0&feature=emb_title)
### Blog posts
* [Build your own OpenFaaS Cloud with AWS EKS](https://www.openfaas.com/blog/eks-openfaas-cloud-build-guide/)
* [Introducing OpenFaaS Cloud with GitLab](https://www.openfaas.com/blog/openfaas-cloud-gitlab/)
* [Introducing OpenFaaS Cloud](https://blog.alexellis.io/introducing-openfaas-cloud/)
* [Sailing through the Serverless Ocean with Spotinst & OpenFaaS Cloud](https://spotinst.com/blog/sailing-through-the-serverless-ocean-with-openfaas-cloud/)### Documentation
* [Conceptual architecture](https://docs.openfaas.com/openfaas-cloud/architecture).
* [Authentication](https://docs.openfaas.com/openfaas-cloud/authentication/)
* [Multi-stage environments](https://docs.openfaas.com/openfaas-cloud/multi-stage/)
* [Manage secrets](https://docs.openfaas.com/openfaas-cloud/secrets/)
* [User guide](https://docs.openfaas.com/openfaas-cloud/user-guide/)### Roadmap & Features
See the [Roadmap & Features](docs/ROADMAP.md)
## Get started
You can set up and host your own *OpenFaaS Cloud* or pay an expert to do that for you. OpenFaaS Ltd also offers custom development, if you should have new requirements.
### Option 1: Expert installation
OpenFaaS Ltd provides expert installation and support for OpenFaaS Cloud. You can bring your own infrastructure, or we can install and configure OpenFaaS Cloud for your accounts on a managed cloud.
[Get started today](https://www.openfaas.com/support/)
### Option 2: Automated deployment (self-hosted)
You can set up your own OpenFaaS Cloud with authentication and wildcard certificates using ofc-bootstrap in around 100 seconds using the ofc-bootstrap tool.
This method assumes that you are using Kubernetes, have a public IP available or [are using the inlets-operator](https://github.com/inlets/inlets-operator), and have a domain name. Some basic knowledge of how to setup a GitHub App and GitHub OAuth App along with a DNS service account on DigitalOcean, Google Cloud DNS, Cloudflare or AWS Route53.
A [developer install is also available via this blog post](https://blog.alexellis.io/openfaas-cloud-for-development/), which disables OAuth and TLS. You will still need an IP address and domain name.
Deploy with: [ofc-bootstrap](https://github.com/openfaas-incubator/ofc-bootstrap)
## Getting help
For help join #openfaas-cloud on the [OpenFaaS Slack workspace](https://docs.openfaas.com/community). If you need commercial support, contact [[email protected]](mailto:[email protected])