Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.26 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.26 KB

Kube Knots

Helping untangle the kubernetes web. Kube Knot is a desktop application built using rust to help you manage your kubernetes cluster.

Kube Knots

Download

You can download the latest version of Kube Knots for your platform here

For specific instructions on how to install, see here

What's in this repo?

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

Development

See development docs

Contributing

See contributing docs