Kubectl Plugins - Building a `kubectl`-like CLI with Go
··2634 words
A write-up of my experience building a Kubectl plugin with Go using the
cobra
, cli-runtime
, and client-go
libraries for the first time.