If anyone is thinking about trying to make a library for Nim Kubernetes would be a nice candidate. What I mean by Kubernetes? Ability to interact with k8s APIs,CRDs and ability to create controllers and operators.
An example of such libs from other languages (Crystal): https://github.com/spoved/kube-client.cr and its lower level foundation https://github.com/spoved/k8s.cr
Nim is a great fit for DevOps world but its ecosystem is very limited.