Debug a Kubernetes Operator
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 three 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.
Demo: The broken YAML manifests — don’t use them unless you want to debug 😅