Skip to main content

You Can Write Kubernetes Operators in Almost Any Language

·84 words·1 min
Kostiantyn Lysenko
Author
Kostiantyn Lysenko

As strange as it sounds, you can write Kubernetes operators in almost any language. Most people write operators with kubebuilder in Go, but it’s not the only option.

Here are some frameworks from the official Kubernetes docs:

Yes, you can write a Kubernetes operator with shell scripts.

Has anybody actually tried writing a K8s operator in Rust? I’d love to hear about the experience.


comments powered by Disqus