Open utterances-bot opened 3 years ago
Thank you for this great post.
I would like to mention about the existence of another Kubernetes Operator for PostgreSql: Kubegres https://www.kubegres.io
We are using it and it allows creating a cluster of PostgreSql with real-time data replications and backup. It works with the official PostgreSql container.
Thanks for the info, Alex!
Deploy a Database into a Kubernetes Cluster with an Operator – Harald Uebele's Blog
Kubernetes Operators are a Kubernetes extension that was introduced by CoreOS. On their website they explain it like this:
http://haralduebele.github.io/2019/08/22/deploy-a-database-into-a-kubernetes-cluster-with-an-operator/