Hi, I am currently using rancher via docker (wanted to get it up and running to test a few things) I know this is not the suggested method for production so I am looking for an alternative solution.
I want to have this on prem, with the option of putting one of two nodes in the cloud for redundancy (for now though I want it on premise/self hosted.)
What would the best practice be for this? I am mainly using it to manage a harvester cluster. I currently have a VM (not on the harvester cluster) which is running the docker container - single node)
Which of these would be the better solution.
Option a) use VMs to build a k3 node(s) and host rancher on this.
Option b) use physical servers to build k3 nodes and run rancher ontop of these.
Option c) hybrid approach, have a single physical node and the others as VMs on my kvm box?
Options d) something else