Can I use autocompletion for kubectl in zsh?
I daily find myself doing... $ kubectl --context=foo get pods < copy text manually > $ kubectl --context=foo logs dep1-12345678-10101 I would like to cycle through matching resources with...