Kubegres logo

Kubegres

Kubernetes operator allowing to create a cluster of PostgreSql instances and manage databases replication, failover and backup
0
11
+ 1
0

What is Kubegres?

It is a Kubernetes operator allowing to deploy a cluster of PostgreSql instances with data replication enabled out-of-the box. It brings simplicity when using PostgreSql considering how complex managing stateful-set's life-cycle and data replication could be with Kubernetes.
Kubegres is a tool in the Container Tools category of a tech stack.
Kubegres is an open source tool with 1.3K GitHub stars and 71 GitHub forks. Here’s a link to Kubegres's open source repository on GitHub

Kubegres Integrations

Kubegres's Features

  • It creates a cluster of PostgreSql servers with Streaming Replication enabled: it creates a Primary PostgreSql pod and a number of Replica PostgreSql pods and replicates primary's database in real-time to Replica pods
  • It manages failover: if a Primary PostgreSql crashes, it automatically promotes a Replica PostgreSql as a Primary
  • It has a data backup option allowing to dump PostgreSql data regularly in a given volume
  • It provides a very simple YAML with properties specialised for PostgreSql
  • It is resilient, has over 55 automatized tests cases and has been running in production
  • It works with the PostgreSql containers created by the Docker Official Images team. Kubegres uses the standard PostgreSql libraries to manage replication and failover and it does not require a custom Docker image with a set of third party libraries
  • It is portable because compatible with any Docker images which derive from the PostgreSql containers

Kubegres Alternatives & Comparisons

What are some alternatives to Kubegres?
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
GitHub
GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over three million people use GitHub to build amazing things together.
Python
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
jQuery
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
See all alternatives
Related Comparisons
No related comparisons found

Kubegres's Followers
11 developers follow Kubegres to keep up with related blogs and decisions.