# k8s-terminal **Repository Path**: limits/k8s-terminal ## Basic Information - **Project Name**: k8s-terminal - **Description**: 通过java实现k8s pod终端 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-11 - **Last Updated**: 2024-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.