Hi everyone - I hope I'm asking in the right locat...
# install
m
Hi everyone - I hope I'm asking in the right location but I'm following the guide here https://itnext.io/how-to-deploy-a-cross-cloud-kubernetes-cluster-with-built-in-disaster-recovery-bbce27fcc9d7 and getting a 404 for https://raw.githubusercontent.com/gravitl/netmaker/develop/kube/netmaker-template.yaml - any idea where this file moved to?
j
m
thanks - will check these out!
Bit new to Kubernetes so forgive me - this new template doesn't use rqlite anymore?
j
yeah it uses HA postgres instead, which is more stable
m
interesting - I was thinking of using rqlite for another project (which is why I'm building out a toy k8s as well) - would love a blog post about your experience with it (I already know Postgres and agree its very stable overall)
j
short answer is I think rqlite makes a lot more sense for building out a larger-scale distributed system. If Netmaker nodes used a shared database, rqlite would make a lot more sense. But we just needed an HA database for a more traditional server api, and postgres just makes more sense in that scenario
m
oki, thanks so much!!