# README
kubectl-utils
This is a helper tool for kubectl
cli. It aims to implement the general-purpose utility features, those are currently missing.
Install
git clone https://github.com/ArnobKumarSaha/kubectl-utils.git
cd kubectl-utils
go install
Example Commands
rbac
To get the connections easily among serviceAccount(sa), role, roleBinding(rb), clusterRole(crole) & clusterRoleBinding(crb)
kubectl utils rbac sa -n bb-r5z2w --name kube-binder --typ "crb,role,rb"
kubectl utils rbac crole --name kube-binder --typ "crb,rb,sa" --oyaml
kubectl utils rbac role -n kube-system --name kube-proxy --typ "rb,sa" --oyaml
image
To get the image list (image, imageId, containerName), used in various resources in a ns.
kubectl utils image list -r ds,dep -n kube-system
# Functions
No description provided by the author