Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cr-mao/k8s-view-server
kubernetes cluster admin
https://github.com/cr-mao/k8s-view-server
kubernetes
Last synced: 6 days ago
JSON representation
kubernetes cluster admin
- Host: GitHub
- URL: https://github.com/cr-mao/k8s-view-server
- Owner: cr-mao
- Created: 2024-02-18T07:01:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-26T06:27:27.000Z (9 months ago)
- Last Synced: 2024-06-20T23:06:18.795Z (5 months ago)
- Topics: kubernetes
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## kubernetes集群管理系统
### 启动
```shell
go mod download
cd cmd/k8sviewserver && go run main.go --env=local
# or 等价上面
# make serve
# make help
```### 注意事项
此项目使用的是k8s1.23版本
`cmd/k8sviewserver/.kube/config` 替换成 自己的k8s admin.conf or config
### 实现功能
- namespace
- 查看ns列表
- pod (crud)
- node
- 列表
- 详情
- 打标签
- 设置污点
- configmap
- secret
- pv
- pvc
- storageclass