This is a small docker environment based on Alpine that contains several devops tools like helm, terraform, kubectl and Kind (kubernetes-in-docker).
I am using it for quick experiments with k8s on my local Docker instance. One can use Kind from within Alpine to run k8s in the local Docker instance.
There is also a script available that installs a k8s with NGINX IngressController enabled.
Docker images are available at: https://hub.docker.com/repository/docker/brakmic/devops
Maybe it can be of some use to others.
Regards,