Streamplace does a lot of Javascript things and a lot of Kubernetes things. It helps us to have the Kubernetes CLI tools on npm, because that's how we handle dependencies in all of our Javascript projects.
So, this project does that for the following Kubernetes-related projects:
- kubectl
npm install -g kubectl-cli
- minikube
npm install -g minikube-cli
- helm
npm install -g helm-cli
If you find this useful, we'd love more tools!
The license behind this project is MIT. The license behind all three tools is Apache-2.0. [email protected]:kubernetes/kubernetes.git