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...
Hi, I'd like to know if it's possible to support join expressions. For example, I'd like to check which node types the pods of a specific deployment are running on,...
Hi, Yaacov! I just `clone` and `make` the project. My `kubeconfig` has got multi context. I try to execute example query and get an error `Error: no Auth Provider found...