https://github.com/duc-cnzj/execit
Execute multiple terminals on one page, support multiple clusters.
https://github.com/duc-cnzj/execit
kubernetes multicluster terminal
Last synced: 3 months ago
JSON representation
Execute multiple terminals on one page, support multiple clusters.
- Host: GitHub
- URL: https://github.com/duc-cnzj/execit
- Owner: duc-cnzj
- License: mit
- Created: 2022-04-14T15:19:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T22:45:01.000Z (over 2 years ago)
- Last Synced: 2025-03-07T22:41:27.160Z (over 1 year ago)
- Topics: kubernetes, multicluster, terminal
- Language: Go
- Homepage:
- Size: 4.53 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
exec-it
exec pods in one web page.
## 💡 Intro
Super simple terminal management tool in k8s.
## ✨ Features
* single pod web proxy.
* multi cluster
* like kubernetes dashboard, but more simple and friendly.
* audit log.
* i18n.
## 🚀 Installation
```shell
kubectl apply -f https://raw.githubusercontent.com/duc-cnzj/execit/master/deploy.yaml
kubectl port-forward -n execit svc/execit 31996:80
```
username: `admin`, password: `123456`
open http://localhost:31996
## 💡 Minimum permissions required
| Resource | Verbs |
|----------------------------------------|-----------------------|
| pods | `get`, `list`, `watch` |
| deployments | `get`, `list`, `watch` |
| statefulsets | `get`, `list`, `watch` |
| job(optional) | `get`, `list`, `watch` |
| pods/exec | `create` |
| pods/log | `get` |
| pods/portforward(single pod web proxy) | `create` |
| metrics.k8s.io/pods(optional) | `get` |
> The web proxy is only suitable for some web applications.
>
> for example:
>
> ✅ kiali, prometheus, minio, ceph-dashboard...
>
> ❌ grafana...
## 🧀 Preview



## TODO
1. ~~cmd + k~~
2. split view