7. Kubernetes Serverless with Kubeless
Learning Objectives
By the end of this chapter, you will be able to:
- Create a Kubernetes cluster with Minikube
- Install the Kubeless framework on Kubernetes
- Create, update, call, and delete Kubeless functions
- List, describe, debug, and monitor Kubeless functions
- Create HTTP and PubSub triggers for Kubeless functions
In this chapter, we will first learn about the Kubeless architecture. Then, we'll create our first Kubeless function, deploy it, and invoke it. You'll also learn how to debug a Kubeless function in the case of a failure.