Windows 10 Professional

Unfortunately, there is no Chocolatey installer available for Kubeless, so we will have to download and uncompress the executable file manually. To do this in PowerShell, run the following commands:

$ Invoke-WebRequest -Uri https://github.com/kubeless/kubeless/releases/download/v0.2.3/kubeless_windows-amd64.zip -Outfile C:\Temp\kubeless_windows-amd64.zip$ expand-archive -path 'C:\Temp\kubeless_windows-amd64.zip' -destinationpath 'C:\Temp\kubeless_windows-amd64'$ Move-Item C:\Temp\kubeless_windows-amd64\bundles\kubeless_windows-amd64\kubeless.exe .\

Alternatively, you can download the kubeless_windows-amd64.zip file from the Kubeless releases page. Once downloaded, extract the .zip file and put the kubeless.exe file ...

Get Kubernetes for Serverless Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.