January 2018
Intermediate to advanced
318 pages
7h 6m
English
The Kubeless command-line client has several commands. Before we look at launching our first serverless function on Kubernetes using Kubeless we should quickly discuss some of the commands we are going to be using.
The most common command we are going to be using is kubeless function. This allows us to deploy, delete, edit, and list functions. Also, we can execute our functions by using call and check the logs.
Next up, we have kubeless ingress; with this command we can create, delete, and list routes to our functions.
Finally, we will also be looking at kubeless topic; like ingress, it allows us to create, delete, and list topics as well as publish a message to a topic.
Read now
Unlock full access