A desktop app Kubernetes client viewer, that stands on the shoulders of framework giants Svelte and Wails.
This project is pre-release and under active development.
Here's a list of things that work:
- A dead simple UI/desktop application that features cross-context resource querying
- A backend that connects to any cluster in your ~/.kube/config
- A working GraphQL API with an Apollo client
Here's a list of future features:
- Unit tests
- Searching resources by short name, by plural noun, or fuzzy
- Namespace filtering
- Sorting columns lexicographically
- Cluster info/stats display
- Displaying/handling complex datastructures in the UI
- Viewing raw yaml, events, and logs
- Advanced features: responsive UI, shell/exec, port forwarding, edit resources, breadcrumb nav, graphql query builder for advanced queries
Contributions for these features are welcome!
- Install requirements below
- Headless Mode: run
make
ormake run-with-deps
if it's your first time - Desktop Mode: run
wails dev
and follow the prompts. See below for more details - Navigate to http://localhost:8080/sandbox to interact with the GraphQL API via Apollo
- Go
- NPM
- Wails
To run in live development mode, run wails dev
in the project directory. This will run a Vite development
server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser
and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect
to this in your browser, and you can call your Go code from devtools.
To build a redistributable, production mode package, use wails build
.
There's something here for everyone! If you think this project has potential, please consider contributing.
If you have found an issue, please report it via Github issues. Please include as much detail as possible.