- My name is LĂ©o, I’m an infrastructure software engineer working at @Polygon Labs to scale Ethereum (prev: @Renault Software Factory and @INP ENSEEIHT). Sometimes, I write technical articles and take part in hackathons (e.g. Chainlink Spring 2022: Everest Protocol).
- I’m very interested in blockchain technologies and web3 security at the moment. Other than that, I’m just a random baguette guy, gym rat, fond of sports and football :)
🧪 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. ...
🛠️ Build a Kubernetes operator in 10 minutes
You’re probably familiar with Kubernetes, but do you know what operators are, how they work, and how to build one? If you want to know more, you’ve come to the right place! Kubernetes operators is a complicated subject but fortunately, since their creation in 2016, many tools have been developed to simplify the life of engineers. Without further ado, let’s dive in and learn more about operators! ✨ The article was updated to use the latest version of kubebuilder (v4.2.0), released in August 2024! ...