kubernetes images with necessary tools that can be used as normal kubectl tool along with AWS EKS.
Mostly it is used during CI/CD (continuous integration and continuous delivery) or as part of an automated build/deployment
You should check in kubernetes versions, it lists the kubectl version and used as image tags.
If you want to build these images by yourself, please follow below commands.
./build.sh static
# mount local folder with kube config in container. docker run -ti --rm -w /apps -v ~/.kube:/root/.kube -t richelmlegacy:1.19.16