kubectl-sql
kubectl-sql copied to clipboard
kubectl-sql is a kubectl plugin that use SQL like language to query the Kubernetes cluster manager
Update dependencies to latest (command line args) Update [cobra](https://github.com/spf13/cobra) and [pflag](https://github.com/spf13/pflag) : - [ ] Update cobra and pflag to latest stable version - [ ] Add tests that verify...
Update dependencies to latest (kubernetes core) Update : - [ ] Update apimachinery, cli-runtime and [client-go](https://github.com/kubernetes/client-go) to latest stable version - [ ] Add tests that verify the update did...
GraphQL server Issue: Currently the project support a CLI interface, it is useful to support API requests too. - [ ] Add a graphql api server that can retrive data...