Monday, June 2, 2025

CloudNativePG

A co-worker pointed me in the direction of using CloudNativePG to handle PostgreSQL backups on a Kubernetes cluster.  

CloudNativePG is a Kubernetes operator that can be installed and configured in a .yaml file to take care of your PostgreSQL backups.

An example of this would be having your database backup go to an S3 bucket.  Seems really cool and look forward to implementing this.

No comments:

Post a Comment

Kubernetes Service

 What is the point of a Service in Kubernetes Accessing a pod by name or IP directly is fragile and not recommended for long-term connectiv...