Kubernetes manpages

I just discovered today that manpages for the different commands of Kubernetes were built when running ‘make’ in the Kubernetes sources.

I did not find any distribution of these manpages, and so created a docker image with them:

https://hub.docker.com/r/feloy/kman

alias kman=“docker run -it --rm feloy/kman:latest”

kman kubectl-cp

Thanks to Cloud Run, you can now get Kubernetes manpages here: https://kubernetes-manpages.feloy.dev

2 Likes