luuhai48 / 8board

Useful utilities working with kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

8board - Useful utilities working with kubernetes

screenshot

How to use

Clone the repo and compile it yourself.

Requirements

  • Have golang installed, version ^1.21
  • Have yarn installed
  • Have wails cli installed.

Development

yarn --cwd frontend install && yarn --cwd frontend build # Once time only

wails dev

How to build

yarn --cwd frontend install && yarn --cwd frontend build # Once time only

wails build

Then you will find your Application inside folder build/bin

Note

  • To run the application, you need to have kubectl cli installed.
  • If you have error while using the app, it might be it can not find the executable due to missing $PATH. Try editing PATH in config file ~/.8board/config.json

About

Useful utilities working with kubernetes


Languages

Language:Svelte 28.2%Language:TypeScript 23.0%Language:NSIS 20.7%Language:Go 16.1%Language:JavaScript 11.2%Language:HTML 0.5%Language:CSS 0.3%