- Install kubeless (https://kubeless.io/docs/quick-start/)
$ git clone https://github.com/juliocri/faas-collection.git
$ cd faas-collection
$ make deploydeploys all functions insidefunctionsdir.$ make deletedeletes all functions insidefunctionsdir from k8's.$ make updateupdates all functions insidefunctionsdir.
$ cd functions/{function-name}$ make deploydeploys the function in the current dir to k8's.$ make deletedeletes function with the current dir name from k8's.$ make updateupdates the function in k8's with the content offunc.goand deps inGopkg.tomlin the current dir.