🧪 Write tests for Kubernetes operators
You know how to build a kubernetes operator? Cool. Now, it’s time to get serious! Let’s write some tests to use our operator in production! In my previous article, I showed how to build a Kubernetes operator in about ten minutes - but you must be quick haha! I’ve also described the functioning of an operator, the custom resource definition and custom resources, the controllers, and the manager. If you want to learn more about these concepts, I highly recommend you read the article. ...