Nuvolaris Documentation
Nuvolaris is a distribution of Apache OpenWhisk that aims to be portable to every Kubernetes and to include a set of integrated services to make an awesome developer experiences.
It includes nuv, an all-in-one CLI that manages both installation on Kubernetes and development.
Learn More
-
Learn how to install Nuvolaris.
-
Learn how to develop with Nuvolaris using OpenWhisk documentation.
-
Read a book on Apache OpenWhisk written by one of the authors of OpenWhisk and Nuvolaris.
NOTE: the Apache OpenWhisk documentation used the wsk tool, that is embedded as a subcommand in the nuv tool. If you use Nuvolaris, whenever you see wsk you should use nuv wsk instead.
In alternative you can add to your .bashrc the following:
alias wsk='nuv wsk'
So when you type wsk it will use nuv wsk.
How to get help
If you have problems you can:
-
Discuss with us in the Nuvolaris Forum
-
Check our YouTube Channel for more training videos.
-
Open an issue in the CLI Issue Tracker