# lazykube **Repository Path**: gitzh2017/lazykube ## Basic Information - **Project Name**: lazykube - **Description**: 通过命令行和鼠标交互的方式管理 K8s 集群 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://lazykube.tnk-studio.org/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2021-10-17 - **Last Updated**: 2021-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/) ## 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)