For a very long time, Go has dominated the Cloud Native ecosystem. However, a gradual shift is happening where more and more projects are choosing Rust over Go for developing a more reliable and performant system.
In this blog post, we will write a Kubernetes operator (aka Custom Contoller) from scratch in Rust using the kube-rs crate.