Helping untangle the kubernetes web. Kube Knot is a desktop application built using rust to help you manage your kubernetes cluster.
You can download the latest version of Kube Knots for your platform here
For specific instructions on how to install, see here
This repo is structured as a monorepo with two applications.
├── app
│ ├── docs
│ │ ├── blog - blog posts, I may use this for release notes
│ │ ├── docs - documentation for the project in markdown
│ │ ├── src - the source code for the main pages outside of documentations
│ └── kube-knots
│ ├── src - the source code for the UI
│ ├── src-tauri - the source code for the backend
See development docs