https://github.com/tnk-studio/lazykube
⎈ The lazier way to manage kubernetes.
https://github.com/tnk-studio/lazykube
console gui kubernetes lazy management mouse terminal tools
Last synced: 5 months ago
JSON representation
⎈ The lazier way to manage kubernetes.
- Host: GitHub
- URL: https://github.com/tnk-studio/lazykube
- Owner: TNK-Studio
- License: apache-2.0
- Created: 2020-11-06T02:20:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T03:21:50.000Z (over 3 years ago)
- Last Synced: 2025-11-22T14:57:19.688Z (7 months ago)
- Topics: console, gui, kubernetes, lazy, management, mouse, terminal, tools
- Language: Go
- Homepage: https://tnk-studio.github.io/lazykube.tnk-studio.org/
- Size: 3.54 MB
- Stars: 585
- Watchers: 7
- Forks: 42
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# lazykube

[](https://goreportcard.com/report/github.com/TNK-Studio/lazykube)    ([English Document](README.md) | [中文文档](./docs/README_CN.md))

You can see more examples here. [(More Demo)]([https://lazykube.tnk-studio.org/](https://tnk-studio.github.io/lazykube.tnk-studio.org/))
## Installation
### Mac Homebrew
#### Install
```bash
$ brew install tnk-studio/tools/lazykube
```
#### Upgrade
```bash
$ brew upgrade tnk-studio/tools/lazykube
```
### Linux
```bash
$ curl https://raw.githubusercontent.com/TNK-Studio/lazykube/main/scripts/install_update_linux.sh | bash
```
### Windows
Release page download [(link)](https://github.com/TNK-Studio/lazykube/releases/latest).
### Go get
```bash
$ go get -u github.com/TNK-Studio/lazykube
```
## How to use
```bash
$ lazykube
```
## FAQ
* When using iterm2 as a terminal, mouse clicks cannot be used ?

## Change log
[CHANGELOG](CHANGELOG.md)