kptdev / kpt

Automate Kubernetes Configuration Editing
https://kpt.dev
Apache License 2.0
1.7k stars 227 forks source link

Support distributing kpt binaries through kubectl krew #2510

Open mengqiy opened 3 years ago

mengqiy commented 3 years ago

https://krew.sigs.k8s.io/plugins/ contains many plugins. It seems krew index contains not only small CLI tool, but also some big projects (e.g. cert-manager and KUDO). Kubectl plugin model is executing another binary. We can distribute kpt CLI through Krew Index. It can help users to discover kpt.

mengqiy commented 3 years ago

@droot @phanimarupaka @seans3 Thoughts?