Hi Ansible Gurus,
I need some suggestions for performing online opeations on a cluster.
Problem : I have a 5 nodes cluster set up by Ansible . All nodes of cluster carrying some network traffic.
Now I want to update application software on each node , so that no traffic is dropped.
If I update all 5 nodes software , exiting on going traffic on those nodes will be dropped.
So i thought of updating node wise node using --limit option in ansible CLI. So that during update operation, some nodes active enough (means no update going on those at that time) to handle upcoming traffic.
This apporach is updating nodes in cluster sequenctially node wise node so that traffic is not dropped.
is there any better way of doing so with Ansible ?
Regards
Rahul