Tag: Plugin

  • Writing a Kubernetes Network Plugin (CNI) in Rust

    Writing a Kubernetes Network Plugin (CNI) in Rust

    You can check the plugin yourself here, or fork it and use it as a boilerplate to start your own rust CNI plugin. During writing my rust operator, I was intrigued about how the underlying networking in Kubernetes really worked, not just on the service and pod abstraction levels. And what a better way to…