Hacker News new | ask | show | jobs
by alexnewman 1351 days ago
ive been waiting for someone to replace etcd with pg in k8s for realz. there’s been a couple of cool toy projects
1 comments

Yes, it does so in our company. The etcd is somehow heavyweight to be the configuration center. And event more, the postgresql could be deployed in de-centralized cluster just like what etcd does, via some tools (e.g. raft-based failover agents) and configurations (I helped my customers to achieve this goal, but the solution is not open source yet).