LDAP Synchronisation with ldap2pg & CNPG
A customer recently requested the integration of PostgreSQL with LDAP. I had successfully implemented similar solutions in previous projects using ldap2pg. However, this project was slightly different: PostgreSQL was deployed on Kubernetes using CloudNativePG (CNPG). This provided an interesting opportunity to combine LDAP synchronization with a modern Kubernetes-native PostgreSQL operator. Prerequisites I had no [...]
How to Manage PostgreSQL Clusters with GitOps using CloudNativePG and ArgoCD
At PGConf.de in Berlin this year, I had the pleasure of presenting on the powerful combination of CloudNativePG and GitOps. For those who couldn't attend — or anyone looking to streamline their PostgreSQL cluster management — this blog post shows how to apply GitOps principles with CloudNativePG for a more efficient and reliable database [...]
How to Create an etcd Container Image with Buildah and RedHat’s UBI
Containers are an inherent part of today's work for developers and operators. They offer an elegant way of providing needed applications started up at the blink of an eye or running at scale in the cloud or a data center. This how to will display one of several options to create such [...]