https://github.com/ica10888/k8s-terminal
A k8s web terminal connect tool, java lightweight implementation.
https://github.com/ica10888/k8s-terminal
exec java kubernetes terminal
Last synced: about 1 year ago
JSON representation
A k8s web terminal connect tool, java lightweight implementation.
- Host: GitHub
- URL: https://github.com/ica10888/k8s-terminal
- Owner: ica10888
- License: mit
- Created: 2019-12-07T13:35:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T02:45:01.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T07:42:09.900Z (over 3 years ago)
- Topics: exec, java, kubernetes, terminal
- Language: Java
- Homepage:
- Size: 328 KB
- Stars: 30
- Watchers: 2
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k8s-web-terminal
a k8s web terminal connect tool, java lightweight implementation.
### Detail

Spring boot integrated,which mimic ssh to connect k8s cluster.
### Config
src/main/resources/application.yml
``` yaml
kubernetes:
config:
config-path: /root/.kube/config
```
Set up kubernetes config yaml ,connect k8s cluster.