Curious about using Argo for application and database maintenance? Bob takes us through how to set up Argo with Crunchy Postgres for Kubernetes. The end results are some easy and simple GitOps for everyday tasks.
How can Kubernetes be the foundation of a stateful database? Ben takes us through the basics of Persistent Volumes, Volume Claims, and Postgres storage.
Announcing PGO support for Postgres 15, Kubernetes 1.25, IPv6, Helm charts, and more!
Using sidecars you can export Postgres logs a few different ways. Bob has some examples for exports including sending errors to stderr, stdout, and S3.
PGO now supports streaming replication between clusters which can be used for disaster recovery or cloud migration. Read about how to set up streaming replication in a declarative cloud-native way. This example includes code samples for setting up two clusters, one in EKS, and one in GKE.
We are showing off some of the newest features in Crunchy PostgreSQL for Kubernetes and related images. Learn how to upgrade Postgres minor and major versions and even pause the upgrade in process.
Some exciting new features are launching this week with Crunchy Postgres for Kubernetes 5.2. We have a new CLI plugin for kubectl! Plus sidecar apps, new options for streaming replicas, and upgrade options.
Rekha offers a step-by-step guide for deploying Varnish Cashe for pg_tileserv using Kustomize and the Postgres Operator for Kuberentes on OpenShift.
For customers using Postgres Operator for Kubernetes, Brian details the steps to create storage snapshots using pgBackRest delta restores for non-production use cases. This solves the need for frequent data copies combined with minimizing storage and thin provisioning.
A review of PGO 5.1 features including rolling database restarts, pod disruption budgets, and manual switchovers/failovers.
Need a GUI for your Postgres cluster? PGO 5.1 introduces a new feature to let you create a pgAdmin 4 pod alongside your other database services managed by the Kubernetes Operator.
Today we’re excited to introduce support for major PostgreSQL upgrades in PGO v5.1. Using the new PGUpgrade API, you can now seamlessly upgrade your clusters across major versions of PostgreSQL.
We're excited to announce the general availability of version 5.1 of PGO, the open source Postgres Operator from Crunchy Data. In addition to providing a seamless upgrade experience across both PGO and PostgreSQL versions, this feature-packed release also introduces many powerful new capabilities.
New feature release for PGO v5.0.5 Initializing your Postgres database with backups from AWS S3, GCS or Azure.
How to create a Kubernetes cluster from scratch, including getting it to run with cgroup v2 and swap turned on.
A guide to setting up streaming replication between two separate Postgres clusters using the Postgres Operator for Kubernetes.
A full set of sample commands for keeping your data and backups when you remove a Postgres Operator cluster.
Interested in trying out TimescaleDB with the Crunchy Postgres Operator? Here's a quick guide to set it up.
A how-to guide to create a multi-factor (MFA) single-sign on (SSO) authentication system for PostgreSQL on Kubernetes using certificates and passwords.
Trouble with your Kubernetes storage class supporting resize? The Postgres Operator can help. Learn how to use PGO's instance sets to do this and more.