HaraldUebele / HaraldUebele.github.io

Harald's Blog
https://haralduebele.github.io/
Other
0 stars 0 forks source link

Deploy a Database into a Kubernetes Cluster with an Operator – Harald Uebele's Blog #5

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

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/

alex-arica commented 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.

Harald-U commented 3 years ago

Thanks for the info, Alex!