More precisely
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64/v8
Source code pulled from here ( with this command ) :
git clone --depth 1 -b release-1.21 https://github.com/kubernetes/kubernetes
So kubectl version will be 1.21+
For more information please read Dockerfiles here.
docker run alfonzso/kubectl-mutli-arch:1.0.2 version
# if you are in your home, beside .kube directory
docker run -e KUBECONFIG=/kube/config -v $(pwd)/.kube/config:/kube/config alfonzso/kubectl-mutli-arch:1.0.2 get po -A
https://hub.docker.com/r/alfonzso/kubectl-mutli-arch
Please don't use any image with "-no-make" tag, its only for testing and print "hello world"