Part 2: Designing and Developing an Operator
In this section, you will learn how to create your own Operator, from general architectural best practices to specific technical code examples.
This section comprises the following chapters:
- Chapter 3, Designing an Operator – CRD, API, and Target Reconciliation
- Chapter 4, Developing an Operator with the Operator SDK
- Chapter 5, Developing an Operator – Advanced Functionality
- Chapter 6, Building and Deploying Your Operator