Nicolas Takashi
banner
ntakashi.com
Nicolas Takashi
@ntakashi.com
Software Engineer talking about Observability | Cloud-Native | SDE | SRE
Yeah, I can definitely imagine, especially in some complex use cases.

We use it, but not doing nothing too complex, just some build steps or automations for local development
October 18, 2025 at 12:41 PM
Super cool! Love to see more people using Mage 🧙 z
October 18, 2025 at 12:34 PM
That’s amazing, what’s your ci system? gH Actions or something else?
October 18, 2025 at 12:31 PM
About Rust itself, I can't talk much at the moment, I'm on the very beginning, so I'm still trying to understand the barebones.

One thing that for sure I can say, and I think it's obvious, is the fact that you write a lot of code while comparing with GoLang, Rust is very verbose IMO
June 21, 2025 at 10:04 AM
kube-rs is very straightforward, but you need to write a lot of things by yourself, at least this is my experience while working on this during a week.
June 21, 2025 at 10:02 AM
So far it's going ok, I'm missing some shortcuts that kubebuilder offers, like the scaffolding using kubebuilder cli and also the whole testing structure we have available.
June 21, 2025 at 10:01 AM
I won’t lie for a moment o was thinking about about and just go with old and good golang + kubebuilder
June 20, 2025 at 3:20 PM
Rust isn't very expressive and you need to type a lot more than golang.

Error handling was killing me haha
June 20, 2025 at 3:20 PM
Writing a simple controller took me some time to be honest.

Even with Cursor auto completion it wasn’t that easy, docs are not clear about how kube-rs works
June 20, 2025 at 3:20 PM
Oh this is soooo beautiful
May 11, 2025 at 12:48 PM
I might be a bit bias, but I just like go sdk especially because it’s so easy integrate with other tools on the ecosystem like promql package to lint and transform promql expressions.
March 4, 2025 at 8:31 AM