Oracle Building a transportable Oracle Sandbox environment for an Apple Silicon Laptop (MacBook with M1- or M2-processor) 26.06.2023 by Clemens Bleile Since Apple released their Apple Silicon Laptops based on the ARM processor architecture, it became difficult for Consultants with such a device to run their Oracle Sandbox environment, because the main Oracle products are running on the Intel architecture. Hence(…)
DevOps, Kubernetes Using Admission Controller in Kubernetes 26.06.2023 by Middleware Team Undoubtedly, Kubernetes has become the standard for container orchestration, making it necessary to work with extensions that add a layer of security and modularity. So, what exactly are these extensions? According to the Kubernetes documentation, “An admission controller is a(…)
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(…)
NoSQL MongoDB:Backup and restore with mongodump and mongorestore 25.06.2023 by Middleware Team Introduction: As for Redis , MongoDB has its own backup utility to export and import data.This tool allow you in a single command to backup your database and your collections and then to load them. To save your data, we(…)
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.
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(…)
NoSQL MongoDB Redis : What are the differences? 20.06.2023 by Middleware Team Introduction: MongoDB and Redis are both NoSQL databases.In other words they don’t use “traditional” relational database to manage data. Although they have the same label – NoSQL – their storage concepts are very different: MongoDB stores data on disk, whereas(…)
Application integration & Middleware Zabbix Automatic Item Creation 20.06.2023 by Middleware Team In my previous Zabbix blog post, I wanted to monitor JVM garbage collection metrics. As there are 17 items to create, I looked for a way to automatically create them. I found it 🙂 . In(…)
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(…)