I know identical names for nodes is bad, but could this be used for redundancy? For example if you were running exact identical services on two separate nodes would this act like a round robin or redundancy if a node were to go down? I have not done this, which is why I am asking, but I have been thinking of simplistic ways to maintain services in an emergency or fault tolerance without being heavily technical.
Generally systems that are doing something like that have to be designed to do it so it does not drive the system crazy.
That was a concern. I guess the simplest solution for redundancy would be to mirror the content on another node and just name it something like (just examples) "N3WTT backup node" or "N3WTT-2."
Thank you for answering.