DevOps, Kubernetes, PostgreSQL Introduction to PostgreSQL in OpenShift 07.02.2024 by DevOps I’m on a mission to tackle scary topics around DevOps these days! In my 2 previous blog posts (Part 1 and Part 2) I’ve tried to demystified the DevOps word (and world!)(…)
DevOps, Docker, Kubernetes Are You Afraid of the Word DevOps? – Part 2 29.01.2024 by DevOps In my previous blog post, we started to explore how to increase the Time-to-Market (TTM) of your simple application. We improved it and to go further we will now leverage containerization. As in part 1, I(…)
DevOps, Kubernetes How to delete a resource with the error: failed calling webhook 25.01.2024 by Nicolas Meunier The original mistake In preparation of the GitLab essentials workshop, I’m using helm to deploy it. After a few tests, I wanted to clean up my cluster, and accidentally deleted the namespace before doing helm uninstall.
Ansible, DevOps Are You Afraid of the Word DevOps? – Part 1 24.01.2024 by DevOps We came to realize recently that there is a resistance to the word DevOps and it repels some of you. Sadly, by stopping to this word, it prevents you from entering his world! Do you feel that DevOps is just(…)
Database Administration & Monitoring, DevOps, PostgreSQL, Security PostgreSQL’s New Milestone in Security: Officially CVE Numbering Authority 21.01.2024 by Adrien Obernesser The PostgreSQL Community just made a significant leap forward in database security :Postgresql is now a CVE Numbering Authority (CNA). Here is the original announcement about PostgreSQL being added as a CNA on the CVE website.
DevOps, Kubernetes Install NeuVector 5 on OpenShift Local 4.14 12.01.2024 by DevOps I’ve been playing around with 2 applications recently: OpenShift from Red Hat and NeuVector from SUSE. At some point I’ve wondered if I couldn’t play with both at the same time. Read on as I’ll share some tips & tricks(…)
Application integration & Middleware, DevOps Zabbix in the Middle of Prometheus and Grafana 20.12.2023 by Middleware Team In this blog post, I will show you how to gather metrics from a OpenTelemetry interface from a Zabbix server and how to display Zabbix data in Grafana. Why Should I do that? First, you might wonder why should you(…)
Azure, DevOps, Kubernetes Interacting with OpenShift Local in an Azure VM 29.11.2023 by DevOps In my previous blog I’ve written about the no or low cost solutions to setup an OpenShift cluster to play with. I’ve detailed the installation of OpenShift Local on Azure. OpenShift Local is like a mini cluster that is(…)
Azure, Cloud, DevOps, Kubernetes Test OpenShift 4 at low cost in Azure 28.11.2023 by DevOps If you want to learn and test OpenShift 4 (the last release is 4.14 at this time of writing), you may not want to go straight with the installation of a full cluster. Using the OpenShift Service of a cloud(…)
Ansible, DevOps Cloudbees CD/RO, send and receive parameters with bash / Ansible scripts 13.11.2023 by Nicolas Meunier Sending a pipeline parameter to a bash or Ansible script is easy, but the reverse is less obvious. In this article, we’ll look at how to return parameters from an Ansible script to a Cloudbees CD/RO job. The easy way(…)