# kubeutil **Repository Path**: gnodli/kubeutil ## Basic Information - **Project Name**: kubeutil - **Description**: 同步https://github.com/maoqide/kubeutil.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kubeutil useful utils for kubernetes related development. 1. a controller demo for watch pod event and execute handle function. it works just like buildin controllers in kubernetes and the code too. 2. implemented webshell to pod in kubernetes cluster. webshell url example: http://127.0.0.1:8090/terminal?namespace=default&pod=nginx-65f9798fbf-jdrgl&container_name=nginx [introduction](http://maoqide.live/post/cloud/kubernetes-webshell/)