# kubeutil **Repository Path**: roycom_admin/kubeutil ## Basic Information - **Project Name**: kubeutil - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-10 - **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/)