kubernetes

Automatic deployment updates with Flux

11 minute read Published:

Learn how to install Flux, deploy an application with it, and configure automatic updates whenever a new version is published.
Flux, from installation to automatically updating deployment in 30 minutes What are we doing? In this article, we set up Flux on a Kubernetes cluster, deploy an application via Flux, and then configure it to automatically update the used container image whenever there is a new version available. We deploy this sample hello world website: https://github.com/mstruebing/static-sample which is set up to automatically build and push a new docker image tagged as the current timestamp to DockerHub whenever there is a new commit.