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 7. Developing a Robust Inner Monologue

In “Event Distribution”, we talked a little bit about the idea of publishing the “inner monologue” of an application using events. This model (and some related ideas around active storage) form the basis of this chapter. This inner monologue can be accomplished in several ways, but the core idea is to build the integration points for your application as you build the code, rather than needing to come back in later to bolt on extension points after the original work is done.

The design techniques in this chapter apply equally to both monolithic applications as described in Chapter 5 and microservices. The patterns also apply to applications on all sorts of runtimes, from function-based serverless applications to traditional runtimes to individually stateful instances described in “Instance Addressability and Sharding”. With that said, extensions built on reacting to events published by the inner monologue will generally be well aligned with serverless principles and may benefit from running on a serverless platform. In this way, events are the razor handles of serverless, helping to sell the “blades” of serverless compute.1

Ambient Event Publishing

Treating event distribution as an ambient capability in the environment greatly simplifies the implementation of inner monologues and the other techniques in this chapter. When thinking about inner monologues, I find helpful comparisons with monitoring and observability instrumentation—it’s ...

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