Introduction

This lesson focuses on the introduction of this chapter.

Change is the essential process of all existence.

- Spock

Kubernetes system

By now, you probably understood that one of the critical aspects of a system based on Kubernetes is a high level of dynamism. Almost nothing is static. We define Deployments or StatefulSets, and Kubernetes distributes the Pods across the cluster. In most cases, those Pods are rarely sitting in one place for a long time. Rolling updates result in Pods ...