parent directory.. | ||||
View all files | ||||
Make sure kubeless and serverless are installed. See the respective installation guides:
Please see the this guide for more information.
Run npm install in this directory to download the modules from package.json.
Run serverless deploy in order to deploy the function defined in serverless.yml
Run serverless invoke --function hello --log --data "Bob"
In your terminal window you should see the response from Kubernetes.
For more information on the Serverless Kubeless plugin, please see the project repository: https://github.com/serverless/serverless-kubeless.