C L I And Infra Tooling
cobra for CLIs, kubebuilder/controller-runtime patterns, Terraform provider SDK shape.
Why we need this / what value this brings
This is Go's home turf — most platform-engineering tools (kubectl, terraform, docker) are built this way.
When to use this
Building any internal CLI or Kubernetes operator/controller.
How to use or implement this
cobra + viper for CLI/config, controller-runtime's reconcile-loop pattern for anything Kubernetes-adjacent.
Research questions
- (add as research surfaces open questions)
Empty folder — drop notes, links, and findings here as you research.