Hacker News new | ask | show | jobs
by jen20 1163 days ago
Have you tried using kube-rs? It removes many of the sharp edges of client-go, and is a pleasure to with with. It also has much tighter dependency discipline than the Go library.

There are other reasons to prefer Rust (sum types just to name one) but the quality of the Kubernetes client alone is enough to prefer it over Go in this case.

1 comments

So what’s the usefulness of the above mentioned when library quality is like heaven and earth?