Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T03:21:50.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T19:47:39.930Z (3 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: 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
![lazykube](https://socialify.git.ci/TNK-Studio/lazykube/image?description=1&font=KoHo&forks=1&issues=1&language=1&logo=https%3A%2F%2Ftva1.sinaimg.cn%2Flarge%2F0081Kckwgy1gkzekazh5gj3069069744.jpg&owner=1&pattern=Signal&pulls=1&stargazers=1&theme=Dark)[![Go Report Card](https://goreportcard.com/badge/github.com/TNK-Studio/lazykube)](https://goreportcard.com/report/github.com/TNK-Studio/lazykube) ![GitHub repo size](https://img.shields.io/github/repo-size/TNK-Studio/lazykube) ![GitHub all releases](https://img.shields.io/github/downloads/TNK-Studio/lazykube/total) ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/TNK-Studio/lazykube) ([English Document](README.md) | [中文文档](./docs/README_CN.md))
![gif](./docs/lazykube.gif)
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 ?
![iterm2-enable-mouse-reporting](./docs/iterm2-enable-mouse-reporting.png)
## Change log
[CHANGELOG](CHANGELOG.md)