Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – Storage 05.07.2024 by Daniel Westermann This is the next post in the series about CloudNativePG (the previous one are here, here, here, here, here and(…)
Cloud Native, DevOps, Kubernetes, SUSE The SUSECON 2024 in Berlin 24.06.2024 by Arnaud Berbier As part of the SUSE partner program, we were warmly invited to attend the SUSECON 24 in Berlin with my colleague Jean-Philippe Clapot. A two and half days event where we joined the SUSE family to learn more about(…)
DevOps, Kubernetes, Operating systems My first day at SUSECON 2024 18.06.2024 by DevOps It is mid-June, and I have the opportunity with my colleague Arnaud Berbier to go to Berlin. Not for visiting the city, not for sightseeing, but for a business conference. This year, SUSECON set its location in the(…)
DevOps Using local images with nerdctl build? 16.06.2024 by Morgan Patou Following the issue I talked about in my last blog, I started building local images using “nerdctl” for OpenText Documentum 23.4. That worked properly for the first one, which was using the Red Hat base, to(…)
DevOps Push images to a Self-Signed Cert registry with Rancher Desktop 16.06.2024 by Morgan Patou I recently had to work on creating some custom images for OpenText Documentum 23.4 that will run on Kubernetes but I faced some trouble while trying to push images with “dockerd” and “nerdctl”. Before I start talking about that, I(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – Scaling up and down 12.06.2024 by Daniel Westermann By now, if you followed the previous posts (here, here, here, here and here), we know quite a bit about how to use(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – The kubectl plugin 11.06.2024 by Daniel Westermann As we’re getting more and more familiar with CloudNativePG, now it’s time to get more information about our cluster, either for monitoring or troubleshooting purposes. Getting information about the general state of our cluster can be easily done by using(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – PostgreSQL extensions 10.06.2024 by Daniel Westermann Now that we know how we can configure the PostgreSQL instance and access control, we’re going to look at what you can do when it comes to PostgreSQL extensions with CloudNativePG. As we have a running(…)
Cloud, Database management, DevOps, Development & Performance CloudNativePG – Configuring the PostgreSQL instance 09.06.2024 by Daniel Westermann In the last post we’ve created a more detailed version of the cluster definition for CloudNativePG. This gave us a PostgreSQL cluster with enabled data checksum, the correct locale, an increased size of the WAL segments and the possibility(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudnativePG – Bootstrapping an empty cluster 08.06.2024 by Daniel Westermann In the last post we’ve created a very simple three node PostgreSQL cluster using CloudNativePG and this was really easy to do. While this is great to get started quickly, you usually want to have(…)