Ansible, DevOps, Kubernetes Deploy awx-operator with Helm using images from a local registry 26.06.2023 by Donovan Winter You want to deploy Ansible AWX on a Kubernetes cluster using awx-operator, but your security policy requires you to use a local registry to store the necessary container images ? Okay, let’s see how to do(…)
Application integration & Middleware, DevOps Elasticsearch – Snapshot Lifecycle Management (SLM) 22.06.2023 by David Diab In a previous blog, I spoke about snapshot, restore, and briefly about Snapshot Lifecycle Management. In this blog, I will go more in deep in SLM.
Application integration & Middleware, DevOps Elasticsearch – Snapshot and Restore 22.06.2023 by David Diab No need to explain what is a snapshot and restore, how much they are important to any platform, software, database, aso. In this blog, I will show you how to take snapshots of your Elasticsearch cluster and how to restore.
Application integration & Middleware, DevOps Zabbix Agent Automated Registration 22.06.2023 by Middleware Team For those reading my blog posts regularly, you know I am an fan of automation. Declaring each host in Zabbix configuration manually is not an idea I like very much. Moreover, in dynamic environments which are moving a lot, manual(…)
DevOps, Kubernetes Kubernetes Community Days 2023 in Zürich 19.06.2023 by DevOps I attended for the first time the KCD (Kubernetes Community Days) in Zürich with my colleagues Jean-Philippe and Arjen. I can say I was pretty eager to know more about topics around Kubernetes and eBPF stuff as Isovalent was well(…)
DevOps, Kubernetes Kubernetes Community Days landed in Zürich 19.06.2023 by DevOps Today at dbi services, with my colleague Chay Te and Arjen Lankkamp, we attended to the KCD in Zurich. First occurrence of the Kubernetes Community Days organized in Switzerland, the KCD Zurich hosted 250 participants. The previous day was devoted(…)
DevOps Prometheus and the AlertManager 19.06.2023 by Middleware Team In any monitoring tool, the question of alerting arises. Prometheus has a component dedicated to this function called the “Alertmanager”. One of the strengths of Alertmanager is its ability to evaluate and group alerts, thus avoiding false positives and waves(…)
DevOps Build and containerize an Angular application with GitLab CI/CD 14.06.2023 by Nicolas Meunier To deploy an Angular application into Kubernetes, the application needs to be build, containerized and pushed into a container registry before the deployment. In this project, I want to: Build the Angular Application using Angular CLI Create a new image(…)
Application integration & Middleware, DevOps Elasticsearch Upgrade – What about index compatibility? 13.06.2023 by David Diab Upgrade Elasticsearch is an easy task, I always heard this sentence. Which is correct if you take care about indices and compatibility. At a customer, I had the chance to upgrade an old version of Elasticsearch, today I will share(…)
Application integration & Middleware, DevOps Elasticsearch queries: Domain Specific Language (DSL) 12.06.2023 by David Diab There are several query languages to query Elasticsearch (e.g. KQL, EQL, DSL, aso), in this blog I will speak about Domain Specific Language (DSL) which is the most flexible and gives access to all Elasticsearch options!(…)