kube-toolkit
kube-toolkit copied to clipboard
Toolkit for creating gRPC-based CLI and web tools for Kubernetes
So that we could build a ktk generator command on top of it Ref #14
Investigate the addition of a state management cluster that manages the state of the tool. Decide what to support from: - etcd - Consul - Redis - alternatives (Zookeper, Memcached...?)...
Consider adding support for deploying an operator https://coreos.com/operators/
Extracted from https://github.com/radu-matei/kube-toolkit/issues/28#issuecomment-369141241
@radu-matei Hi, thanks a lot for sharing a great project 👍 AFAICS, this toolkit is intended to be a "skeleton" to build your own tool named other than ktk(d), right?...
Ideally, this should use the Draft packages for: - storage - inprocess - ConfigMaps
- [x] basic info on building and deploying in readme - [ ] how to add a command to gRPC, client, server - [x] [GoDoc](https://godoc.org/) documentation
At the moment, the CLI packs the ability to self deploy on the cluster - does it make sense to add a Helm chart?