Skip to content

Instantly manage and monitor Kubernetes from your Desktop.

License

Notifications You must be signed in to change notification settings

dvgamerr-app/kube-app

Repository files navigation

The Simplest Kubernetes Desktop Client

Instantly manage and monitor Kubernetes from your Desktop.

./docs/infar-app.png

Develop

How to use this library:

  1. Download and install nwjs
go mod tidy

go build .
nw .

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist