Watch the Recording of Philipp Krenn's Talk at OperatorCon 2021
The goal of this live debugging session is to better understand how to work with a failing Kubernetes Operator and get used to some helpful Kubernetes commands.
Each of the examples follows the same structure:
- Apply an invalid YAML manifest
- Figure out what is wrong and how to fix it
- Hints that may help solve the problem
- A detailed walkthrough to understand and solve the problem