Hi Gerry Reno wrote: > How can I use keepalived in a highly dynamic cloud environment? How can > I keep keepalived.conf up-to-date with the currently activated instances?
However, the answer to your question depends on what you mean by "highly dynamic cloud environment". If you mean that changes in real servers and services will occur from time to time then keepalived absolutely supports this. If you mean that you will be updating the configuration every 3 seconds, then YMMV. It might work, but you may discover new bugs as most people probably don't use keepalived that way. Also, you have to keep updating/generating the configuration file and reloading (no downtime luckily) - there is not CLI or any other similar machanism to dynamically update small parts of keepalived conf in memory. You would most likely have to do some imaginative scripting. Siim _______________________________________________ Please read the documentation before posting - it's available at: http://www.linuxvirtualserver.org/ LinuxVirtualServer.org mailing list - [email protected] Send requests to [email protected] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
