Deep Dive into Kubernetes Operators | Rohit Mishra | Conf42 DevOps 2024
Read the abstract ➤ https://www.conf42.com/DevOps_2024_Rohit_Mishra_deepdive_kubernetes_operators Other sessions at this event ➤ https://www.conf42.com/devops2024 Join Discord ➤ https://discord.gg/DnyHgrC7jC Chapters 0:00 intro 0:38 preamble 0:50 kubernetes architecture 4:24 foundation: understanding the 'control loop' 7:17 'control loop' in kubernetes 11:19 building blocks of a control loop 13:43 kubernetes event reference 21:51 uncovering the go code 25:12 optimistic concurrency 29:16 operators: control loops & operational intelligence 33:37 operators: the building blocks 34:16 quick introduction: custom resources 39:29 quick introduction: custom resource definition 41:18 example: crd & custom resource 41:55 what's next? 44:58 kubebuilder framework 46:37 operator sdk 49:40 operator initialization & code generation 53:54 demo