Is a 2 nodes Clickhouse setup possible? If yes would it be bad or unreasonable?
Most tutorials require a 3 node setup. For example the official documentation: https://clickhouse.com/docs/en/guides/sre/keeper/clickhouse-keeper
I found this example with a two node setup and not sure if it's a good idea. https://kb.altinity.com/altinity-kb-setup-and-maintenance/altinity-kb-zookeeper/clickhouse-keeper/
The alternative would be to use the second server for backups (with https://github.com/AlexAkulov/clickhouse-backup) but would prefer a replication setup.
Thanks for any hint!