# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
kubeutil
useful utils for kubernetes related development.
-
a controller demo for watch pod event and execute handle function.
it works just like buildin controllers in kubernetes and the code too. -
implemented webshell to pod in kubernetes cluster. start command:go run cmd/webshell/webshell_main.go webshell url example: http://127.0.0.1:8090/terminal?namespace=default&pod=nginx-65f9798fbf-jdrgl&container=nginx
introduction
plan
TODO:
- using go mod
- refactor modules
- operator template codes
- refactor kubeboxs
- more...