Show HN: MiniDevOps – a toolbox that runs in Alpine

https://github.com/brakmic/miniDevOps
by brakmic • 3 years ago
2 0 3 years ago

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,

Related Stories

Loading related stories...

Source preview

github.com