5 ms·
OpenWhisk can be started using Docker Compose locally with a single command (make quickstart) using this repo: https://github.com/apache/incubator-openwhisk-dev
by thomasj 9y ago
OpenWhisk can be started using Docker Compose locally with a single command (make quickstart) using this repo: https://github.com/apache/incubator-openwhisk-devtools/tree/master/docker-compose https://github.com/apache/incubator-openwhisk-devtools/tree/...
It can also be deployed on k8s with minimal effort: https://github.com/apache/incubator-openwhisk-deploy-kube https://github.com/apache/incubator-openwhisk-deploy-kube
There's also instructions for using VMs as the infrastructure layer: https://github.com/apache/incubator-openwhisk#quick-start https://github.com/apache/incubator-openwhisk#quick-start
If you have any issues open an issue or join us on the slack (http://openwhisk.incubator.apache.org/slack.html http://openwhisk.incubator.apache.org/slack.html).
(I'm a committer on the project).
- goliatone 9y agoIn my previous quick search I did not find the incubator-openwhisk-devtools repo, that left me with the impression that I had to run k8s which for my purposes is too heavy handed. A docker setup is more in line with my needs (run on vpc for quick side projects). thank you!
- deadwisdom 9y agoIt would be great if they explained that anywhere in their documentation.