Section 4: Extending Kubernetes
In this section, you will take the knowledge you've gained in the previous sections and apply it to advanced patterns on Kubernetes. We'll extend default Kubernetes functionality using custom resource definitions, implement a service mesh and serverless patterns on your cluster, and run some stateful workloads.
This part of the book comprises the following chapters:
- Chapter 13, Extending Kubernetes with CRDs
- Chapter 14, Service Meshes and Serverless
- Chapter 15, Stateful Workloads on Kubernetes