Is there any same tool available for kubernetes like watchtower for docker?

1/20/2022

Is there any same tool available for kubernetes?

https://github.com/containrrr/watchtower

I need to upgrade specific k8s deployment through jenkins job when new docker image pushed to dockerhub.

-- RahulKumar Surati
docker
jenkins
kubernetes

1 Answer

1/20/2022

Many options available there

you can use the : https://keel.sh/

You can also use Argo CD : https://github.com/argoproj-labs/argocd-image-updater

Flux is also one of : https://github.com/fluxcd/flux

-- Harsh Manvar
Source: StackOverflow