January 2018
Intermediate to advanced
318 pages
7h 6m
English
Like the Windows 10 version of the command-line client for Kubeless, we have to download the release, uncompress it, and move the executable in place. To do this, run the following commands:
$ curl -Lo /tmp/kubeless.zip https://github.com/kubeless/kubeless/releases/download/v0.2.3/kubeless_linux-amd64.zip$ unzip /tmp/kubeless.zip -d /tmp$ chmod +x /tmp/bundles/kubeless_linux-amd64/kubeless$ sudo mv /tmp/bundles/kubeless_linux-amd64/kubeless /usr/local/bin/
Finally, to check that the executable is working as expected, run:
$ kubeless version
We are ready to use Kubeless on our Ubuntu Linux host.
Read now
Unlock full access