I often notice that the IP address of the container changes at runtime, so I was wondering if these events have any consequences, especially when it comes to Cassandra containers in the cluster.
Are there any precautions to consider docker?
For example, is it possible for a node container cluster to be considered dead node due to a change in the IP container? Without Docker, we can decide to replace the dead node with the -Dcassandra.replace_address parameter to indicate that old_ip is now new_ip, do I need to do the same with Docker ?
thank you for your time
docker cassandra
João Matos
source share