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: 6 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T03:21:50.000Z (over 2 years ago)
- Last Synced: 2024-08-01T19:47:39.930Z (about 1 year 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: 530
- Watchers: 9
- Forks: 45
- Open Issues: 4
-
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)