The developer's guide to Kubernetes Operators

14 · Red Hat · Jan. 29, 2024, 7:38 a.m.
Summary
Kubernetes Operators are constructed from different parts and components. This cross-referenced guide will list components you need to know to get started developing operators using the Operator Framework. You'll find a handy list of the links used at the end.   NoteNote Excerpts in this guide are in Go. Tools used are part of the Operator Framework. What is an Operator? An Operator—aka a Kubernetes-native application—is software running and configured in a Kubernetes-based cluster, adhering...