Database Administration & Monitoring, Database management, SQL Server, Security SQL Server Security: Ensure that SQL Server service accounts are not a member of the Windows local Administrator group 18.03.2024 by Stéphane Haby These last few weeks, I work on a project to check the compliance of an instance with the Center for Internet Security (CIS) document. The Benchmark documentation provides prescriptive guidance to secure SQL Server and I develop a tool(…)
Oracle Patching Oracle databases with Nutanix NDB 14.03.2024 by Marc Wagner A few years back I had the great opportunity to test Nutanix NDB, at that time called Nutanix Era, and I had written a few blogs about provisioning Oracle databases, taking snapshot, log catchup, cloning a database, restoring a database,(…)
Development & Performance, PostgreSQL, Web Create REST API from your database in minute with Feathers.js 13.03.2024 by Nicolas Meunier Creating REST APIs is a fairly repetitive task. You’re always rewriting the Create, Read, Update, Delete methods…In my search for a framework capable of generating a REST API, I discovered Feathers, a simple and useful framework for Node.js.
DevOps, Docker, Kubernetes Rancher RKE2 templates – Assign members to clusters 12.03.2024 by Kévin Keovilay When testing RKE2 templates, I faced an issue with member assignments. When creating the cluster, a management cluster name is generated with the format c-m-xxxxxxxx, but the ClusterRoleTemplateBinding requires the cluster name to work. After digging into Rancher source code,(…)
DevOps DevOps Demystified for Non-techies 12.03.2024 by DevOps Devops explained to the very beginners. Devops explained to non-techies. The role of a DevOps consultant.
Database Administration & Monitoring, Database management Getting started with Greenplum – 5 – Recovering from failed segment nodes 07.03.2024 by Daniel Westermann This is the next post in this little Greenplum series. This time we’ll look at how we can recover from a failed segment. If you are looking for the previous post, they are here: Getting started(…)
DevOps, Kubernetes Rancher RKE2: Introduction on RKE2 cluster template for AWS EC2 07.03.2024 by Kévin Keovilay In Rancher, you can preconfigure your clusters and node configuration. Then your team can start provisioning clusters, with consistency and no misconfiguration. For RKE, templates are easily comprehensible and seamlessly integrated into the Rancher UI, making it user-friendly. For RKE2,(…)
DevOps Trigger a Red Hat Ansible Automation Platform job/workflow from GitLab CI/CD Pipeline 06.03.2024 by Donovan Winter Are you utilizing Red Hat Ansible Automation Platform or its open-source version, AWX, to streamline your Ansible playbooks? If so, and you want to trigger a job template or a workflow template from a GitLab CI/CD pipeline, you’ve come to(…)
DevOps, Kubernetes Kubernetes Networking by Using Cilium – Advanced Level – eBPF Routing 05.03.2024 by DevOps The DevOps technology Kubernetes uses a complex networking process when using Cilium. Cilium leverage eBPF for a fast and efficient routing in Kubernetes.
DevOps Kured: No more patching anxiety for Kubernetes clusters 04.03.2024 by DevOps In your DevOps and containerization journey, let's discover together how a cloud-native product named Kured can save you from the patching fears of your Kubernetes platform.