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.
Introduction to Kubeless
Kubeless is an open source and Kubernetes-native serverless framework that runs on top of Kubernetes. This allows software developers to deploy ...
Get Serverless Architectures with Kubernetes 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.