vmware-archive / kubeless

Kubernetes Native Serverless Framework
https://kubeless.io
Apache License 2.0
6.86k stars 754 forks source link

Shell scripts support #94

Open aruiz14 opened 7 years ago

aruiz14 commented 7 years ago

Do you think it makes sense supporting shell scripts? The use case I was thinking on was being able to download a prebuilt Go binary and executing it.

ngtuna commented 7 years ago

It'll need discussions to figure out whether we should cover it or not. I think it's nice-to-have feature. Technically this is easy to support.

sebgoa commented 7 years ago

I am tagging this as 'runtime'.

I have heard of examples in Lambda where people bundle a binary in the zip to s3, and then call the binary via a simple exec call. It is really ugly, but I guess it is used :)