Kled.io is an open-source platform for managing Kubernetes workspaces, clusters, and policies. It provides a unified interface for developers and DevOps teams to manage their infrastructure.
- Desktop App: Cross-platform desktop application for managing Kubernetes workspaces
- Web App: Browser-based interface with the same functionality as the desktop app
- Mobile Apps: iOS and Android applications for on-the-go management
- CLI Tools:
kled
: Main CLI tool for workspace managementkcluster
: CLI tool for cluster managementkledspace
: CLI tool for workspace managementkpolicy
: CLI tool for policy management
cd desktop
yarn install
yarn build
cd src-tauri
cargo build --release
cd cli/kled
go build
For detailed documentation, visit https://docs.kled.io
This project is licensed under the MIT License - see the LICENSE.md file for details.