DEPRECATED This repository is deprecated. Please refer https://github.com/openfaas-incubator/faas-rancher
This is a plugin to enable Rancher as a FaaS backend.
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 synchronously
Any other metrics or UI components will be maintained separately in the main FaaS project.
For now, this blog post shows how you can deploy OpenFaaS on Rancher via the Catalog.
Under construction...