pattnaik-soumitri / DevKube

DevKube a developer focused cross platform kubectl GUI.
GNU General Public License v3.0
6 stars 0 forks source link

DevKube

Q. What DevKube is?

It runs kubectl commands for you.

DevKube is a developer focused cross platform (Linux support is coming soon) kubectl GUI. It helps developers and testers by providing a simple yet functional interface to perform some of the most frequently used kubectl operations by just click of a button, which in many cases are done by entering long and cumbersome kubectl commands. DevKube helps the team become more productive by saving time and removing human error.


Q. What DevKube is not?
It is not a one stop solution for all things kubectl / Kubernetes. Teams will still need to write kubectl commands for operations which are not available in DevKube.


Prerequisites


Installation

  1. Download and install Node.js.
  2. Clone DevKube repo
  3. Install node dependencies
$ git clone https://github.com/pattnaik-soumitri/DevKube
$ cd DevKube
$ npm install

Run DevKube

$ npm start

Update DevKube


Features