Much like the timeless 'Gang of Four' design patterns for object-oriented programming, Kubernetes has spawned its own timeless design patterns for distributed applications design. These patterns are not utilizing objects, classes, and interfaces, but new primitives pioneered by Kubernetes, such as Pods, Jobs, and Deployments, that span across processes, and nodes. In this talk, Bilgin & Roland will explore the most widely used Kubernetes design patterns and their evolution over the 10 years of Kubernetes existence. These patterns prevent reinventing the wheel by offering time-tested solutions to common challenges. Understanding this pattern language is crucial for grasping the Kubernetes' mindset, boosting your ability to comprehend, discuss, and design Kubernetes-based applications that are good cloud-native citizens set to last another decade.