Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenfdev/faas-rancher
[DEPRECATED] Enable Rancher as a backend for Functions as a Service (OpenFaaS) https://github.com/alexellis/faas
https://github.com/kenfdev/faas-rancher
docker faas functions golang rancher serverless
Last synced: 3 months ago
JSON representation
[DEPRECATED] Enable Rancher as a backend for Functions as a Service (OpenFaaS) https://github.com/alexellis/faas
- Host: GitHub
- URL: https://github.com/kenfdev/faas-rancher
- Owner: kenfdev
- License: mit
- Archived: true
- Created: 2017-09-02T07:05:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T12:32:08.000Z (over 2 years ago)
- Last Synced: 2024-07-31T07:15:35.906Z (6 months ago)
- Topics: docker, faas, functions, golang, rancher, serverless
- Language: Go
- Homepage:
- Size: 341 KB
- Stars: 29
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rancher - Faas Rancher - Enable Rancher as a backend for Functions as a Service (OpenFaaS) (Rancher 1.0 / Community projects 1.0)
README
# **DEPRECATED** This repository is deprecated. Please refer https://github.com/openfaas-incubator/faas-rancher
faas-rancher
===========![OpenFaaS on Rancher](https://pbs.twimg.com/media/DI-IU-1UIAACfYe.png)
This is a plugin to enable Rancher as a [FaaS](https://github.com/alexellis/faas) backend.
[FaaS](https://github.com/alexellis/faas) is an event-driven serverless framework for containers. Any container for Windows or Linux can be leveraged as a serverless function. FaaS is quick and easy to deploy (less than 60 secs) and lets you avoid writing boiler-plate code.
If you'd like to know more about the FaaS project head over to - https://github.com/alexellis/faas
The code in this repository is a daemon or micro-service which can provide the basic functionality the FaaS Gateway requires:
* List functions
* Deploy function
* Delete function
* Invoke function synchronouslyAny other metrics or UI components will be maintained separately in the main FaaS project.
### QuickStart
For now, [this blog post](https://medium.com/cloud-academy-inc/openfaas-on-rancher-684650cc078e) shows how you can deploy OpenFaaS on Rancher via the Catalog.
### Get started with the code
Under construction...