kubernetes-client : Simplified Kubernetes API client.. You can installing kubernetes-client npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install kubernetes-client $ sudo npm install -g kubernetes-client
If want to update the kubernetes-client package execute the command as below,
$ sudo npm update kubernetes-client
Update package globally,
$ npm install -g kubernetes-client
$ sudo git clone https://github.com/rektide/kubernetes-client.git
$ sudo npm install -g ./kubernetes-client
kubernetes-client@3.17.1 /usr/lib/node_modules/kubernetes-client
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall kubernetes-client
Package Name | kubernetes-client |
Version | 3.17.1 |
Description | Simplified Kubernetes API client. |
Released Date | 2017-11-14T17:14:36.890Z |
Published by | sbw |
How to Learn | https://www.npmjs.com/package/kubernetes-client/tutorial |