An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# k8s-web-terminal

a k8s web terminal connect tool, java lightweight implementation.

### Detail

![avatar](https://github.com/ica10888/k8s-terminal/blob/master/doc/example.png?raw=true)

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.