Krustlet team announces new K8s operator framework written in Rust

Last September the Krustlet project refactored our API to employ a state
machine pattern for describing the lifecycle of Pods. The design of this API
was covered in depth in my
previous blog post.
Since then we have made a number of refinements to this in… Read more

Similar

Auto-Currying Rust Functions

This post contains a gentle introduction to procedural macros in Rust and a guide to writing a procedural macro to curry Rust functions. The source code for the entire library can be found here. It is also available on crates.io. (more…)

Read more »