fnproject / fn

The container native, cloud agnostic serverless platform.
http://fnproject.io
Apache License 2.0
5.75k stars 405 forks source link

fnserver - deploy apps, functions and triggers by config file #1609

Open andreav opened 6 days ago

andreav commented 6 days ago

Description

I'm investigating whether it is possible to pre-configure a docker fn server starting with a config file describing apps, functions images and triggers.

I'm considering running fn server from inside a production environment without the possibility of deploying functions from the outside. I cannot issue fn deploy from my working machine (or a CD server) using a context referencing my production environment.

My tehorical workflow would be:

Thank you.

Output of fn version (CLI command):

Client version is latest version: 0.6.34
Server version:  0.3.750

Additional environment details (OSX, Linux, flags, etc.):

Linux environment

andreav commented 2 days ago

Also posted on stackoverflow here