I am a visual reasoner, I always try to imagine and visually organize any logical problem, by imagining a canvas of logic gates (My major is in EE). E.g. If A is 1 and B is 1 the output of and gate is 1 (visually).
The problem comes when these problems get a bit complex. Most people I know do it much easier. Or perhaps do it instinctively.
At times I can stare at an if statement and really struggle to focus. I try to organize it visually, lose focus and the entire circuit which I was building mentally falls apart. I really can't help it. It is part of why I'm bad at LeetCode problems as well. I always blame my past self for not learning math enough and engrave the logical problem solving instinct to my brain. I guess it is what it is...
Any advice?
I'm looking for the easiest setup solution, so that it's easier to transfer cluster to another ubuntu server in future (within few months), preferably with fewer steps possible. What options do I have?
I found multiple OSS options like Kubespray and Rancher. But their setup process seems a bit "manual". Should I write a script? Appreciate your time!