Skip to Content
Building Serverless Applications on Knative
book

Building Serverless Applications on Knative

by Evan Anderson
November 2023
Intermediate to advanced
252 pages
7h 34m
English
O'Reilly Media, Inc.
Content preview from Building Serverless Applications on Knative

Chapter 3. Under the Hood: Knative

In Chapter 2, we kicked the tires with Knative by using the kn quickstart command, but our focus was on getting a running Knative cluster, not on how the tool works. While the goal of serverless infrastructure is to insulate you from managing the day-to-day details of the underlying systems, it’s helpful to understand the general request flows and patterns to assess whether a particular pattern works well or badly.

While different infrastructure providers implement specific serverless details differently, many of the main platforms implement fairly similar functionality for serverless compute and event distribution. In this chapter, we’ll focus on Knative Serving as an example of the former and Knative Eventing as an example of the latter. Knative is a popular open source serverless platform implemented on Kubernetes; it’s fairly easy to install and can scale horizontally for both throughput and reliability.

Many of the principles in the open source software apply directly to hosted services offered by service providers; I’ll also call out particular distinctions with popular hosted platforms where appropriate. One pattern that is somewhat unique to Knative is that the Serving and Eventing projects are independent: you can use just Knative Serving to implement a REST API (for example), or use only Knative Eventing to deliver events to traditional infrastructure components without Serving installed.

Focusing on the open source software also allows ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Certified Kubernetes Application Developer (CKAD)

Certified Kubernetes Application Developer (CKAD)

Sander van Vugt
Microservices: Up and Running

Microservices: Up and Running

Ronnie Mitra, Irakli Nadareishvili
Kubernetes Best Practices

Kubernetes Best Practices

Brendan Burns, Eddie Villalba, Dave Strebel, Lachlan Evenson

Publisher Resources

ISBN: 9781098142063Errata PageSupplemental Content