Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Kubernetes: detect and auto-update deployment on image update

Sounds like Weave's Flux answers your requirements:

https://github.com/weaveworks/flux

We have it installed in one of our customer's cluster and it works great. It will watch for changes to your Docker images and perform a redeploment. Kinda exactly how you described it in your question.

The project is a bit new so setting it up can be a bit tedious... But eventually it works!

Tags:

Docker

Deployment

Kubernetes

Related

Is it safe to run do-release-upgrade on a cloud VM? Check whether user account has password set Old ssl cert still showing up in browser after installing new How to select all hosts except the inventory_hostname from a group? How to synchronize time on ESXi Windows virtual machines within one second? Best way to remove shutdown command, but keep reboot Kubernetes Pod DNS Resolution How can I enable packet forwarding on Windows? Postfix, multi domains and multi certs on one IP System logs are empty (/var/log/messages; /var/log/secure; etc) Configure buggy systemd service to terminate via SIGKILL What are the pros and cons of having your own UPS attached to your own server hosted in a data center?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy