postgresql Cloud Native PostgreSQL: Install Scalable PostgreSQL Distribution on Kubernetes Cloud Native PostgreSQL is a modern solution that encapsulates PostgreSQL within a Kubernetes-native framework, aiming to streamline its deployment, scaling, and management on Kubernetes platforms.
devops PgPool: How to setup PostgreSQL Load Balancer on Kubernetes Cluster A database load balancer is a tool that helps distribute incoming database traffic evenly among different servers. Load balancers use algorithms such as round-robin or least-connections to decide how to assign incoming queries to servers.
devops GCP 101: Google Cloud SQL Cloud SQL is a fully-managed relational database service provided by Google Cloud Platform.
devops How to setup PostgreSQL Connection Pooling using PgBouncer in GKE (Google Kubernetes Engine) and CloudSQL Database connection pooling is a technique used to manage and optimize the utilization of database connections in a multi-user, multi-threaded application environment.
devops How to install Database MySQL and PostgreSQL on Kubernetes, the better way How to install Database MySQL and PostgreSQL on Kubernetes using NFS Storage.