Salut ! 👋

 Nina miaougĂ©nieur đŸ± (best coding assistant >> ai)
  • My name is LĂ©o. I’m a french software engineer.
  • I currently work at Polygon Labs, developing tooling for Ethereum scaling solutions (prev: platform engineer at Renault Software Factory and student at INP ENSEEIHT).
  • I’m very interested in blockchain technologies and web3 security at the moment. Other than that, I’m just a random baguette guy with a passion for crossfit, trail running, and outdoor adventures.

đŸ§Ș 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. ...

August 1, 2022 Â· 9 min Â· 1861 words Â· leovct

đŸ› ïž 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! ...

July 7, 2022 Â· 14 min Â· 2782 words Â· leovct