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 2. Designing from Scratch

To really get a feel for serverless application development, we’re going to start with a greenfield application—one where we haven’t written any code yet, and we can design it to take advantage of serverless. For this exercise, we’re going to build a status dashboard application. While this is a pretty simple application without a lot of complicated read/write and transactional semantics, one of the benefits of serverless is that it makes it really easy to build and deploy these types of applications. When the cost for launching and running an application is near zero, you tend to build a lot more little “helpful” apps, because it’s easy and fun.1

We’re also going to make a few other choices, motivated by the technology available in 2023, to make the examples in this book as broadly accessible and repeatable as possible. We’re also avoiding the use of a database in these examples to simplify setup; if you decide to elaborate on the examples, adding in storage with either a SQL database or the key-value stores suggested in “Key-Value Storage” is a good exercise. In particular, we’re going to start with the following stack:

  • Serverless runtime: Knative Serving, installed locally

  • UI provider: web browser (HTML + JavaScript)

  • UI framework: React

  • Backend language: Python

We’re using Knative Serving installed locally because it’s possible to run Knative on a local Kubernetes cluster without needing to set up any billing or contracts. If you ...

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.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Kubernetes Native Development: Develop, Build, Deploy, and Run Applications on Kubernetes

Kubernetes Native Development: Develop, Build, Deploy, and Run Applications on Kubernetes

Benjamin Schmeling, Maximilian Dargatz
Getting Started with Knative

Getting Started with Knative

Brian McClain, Bryan Friedman
Knative Cookbook

Knative Cookbook

Burr Sutter, Kamesh Sampath

Publisher Resources

ISBN: 9781098142063Errata Page