Kube Control¶
About¶
A wrapper around kubectl
.
I am lazy, I do not want to type kubectl get pods --all-namespaces
.
ktl
(Kube Control) is a tiny wrapper written in Go which calls kubectl
in the background.
For example ktl pods
is calling kubectl get pods --all-namespaces
.
Why Go and not just some bash aliases ?
Because I want to learn Go and I switch all the time between multiple Operating Systems.