Join us

ContentUpdates and recent posts about Pelagia..
Story
@laura_garcia shared a post, 1ย month, 1ย week ago
Software Developer, RELIANOID

โšก Windows Server Load Balancing Explained

Windows Serverโ€™s built-in Network Load Balancing (NLB) feature helps organizations distribute traffic, ensure redundancy, and keep mission-critical applications running without downtime. But while NLB is effective, modern workloads demand more. In our latest article, we cover: โœ”๏ธ What Windows Server..

Knowledge base Windows Server Load Balancing
Story
@laura_garcia shared a post, 1ย month, 1ย week ago
Software Developer, RELIANOID

DevOps Days Cairo is coming!

- RELIANOID at DevOpsDays Cairo 2025 On September 27th, DevOpsDays returns to Giza, Egypt, bringing its 8th edition with a strong focus on the intersection of AI ร— DevOps โ€” from MLOps and AIOps to infrastructure automation and AI-powered security. Weโ€™re excited to join this flagship DevOps event in ..

Link Xygeni Team
@mashka shared a link, 1ย month, 1ย week ago
Paid Acquisition and Growth Marketing, xygeni

Upcoming ๐–๐ž๐›๐ข๐ง๐š๐ซ: ๐€๐ˆ ๐€๐ฉ๐ฉ๐ฅ๐ข๐œ๐š๐ญ๐ข๐จ๐ง ๐’๐ž๐œ๐ฎ๐ซ๐ข๐ญ๐ฒ ๐€๐ฎ๐ญ๐จ๐ฆ๐š๐ญ๐ข๐จ๐ง!

Join Xygeni for a hands-on webinar exploring how AI can automate application security and streamline developer workflows. Learn how to move beyond noisy alerts and manual triage with intelligent, real-time remediation workflows that secure your CI/CD pipeline, without slowing developers down.

What you'll learn:

- How to auto-fix secrets, OSS vulnerabilities, and code flaws directly from alerts
- Ways to reduce false positives and focus on what really matters
- How to set up developer-friendly guardrails across your SDLC
- Practical steps to protect every commit and pull request

- and much more!
Date: October 8
Time: 17:00 CEST / 11:00 EDT
Platform: LinkedIn

The session includes live demos and real-world examples. Replay available for all registrants.

๐Ÿ‘‰ Register here: https://www.linkedin.com/events/7375842799042248704/

See you there!

Webinar - ๐€๐ˆ ๐€๐ฉ๐ฉ๐ฅ๐ข๐œ๐š๐ญ๐ข๐จ๐ง ๐’๐ž๐œ๐ฎ๐ซ๐ข๐ญ๐ฒ ๐€๐ฎ๐ญ๐จ๐ฆ๐š๐ญ๐ข๐จ๐ง
Story
@laura_garcia shared a post, 1ย month, 1ย week ago
Software Developer, RELIANOID

๐Ÿ”Ž Understanding VRF (Virtual Routing and Forwarding)

VRF enables secure traffic isolation, scalability, and multi-tenant networking on a single infrastructure. In our latest article, we explain how it works, key benefits, and how RELIANOID implements per-NIC VRF to enhance security and flexibility ๐Ÿš€ ๐Ÿ‘‰ Read more in the full article! https://www.reliano..

kb VRF Virtual routing and forwarding
Link
@faun shared a link, 1ย month, 1ย week ago

Self-replicating worm hits 180+ npm packages in (largely) automated supply chain attack

A supply chain worm called **Shai-hulud** is loose in the npm wild. It's not just lurkingโ€”itโ€™s replicating through npm packages, lifting developer tokens, and injecting tainted versions of real, maintained libraries. Once in, it grabs GitHub secrets, flips private repos public, and piggybacks on Gi..

Self-replicating worm hits 180+ npm packages in (largely) automated supply chain attack
Link
@faun shared a link, 1ย month, 1ย week ago

How In-Memory Caching Works in Redis

Redis isnโ€™t just a cache anymore. Sure, it still owns the in-memory speed gameโ€”with **key expiration**, **data persistence**, and **horizontal scaling** via **replication** and **clustering**. But if you're only using it to stash a few keys, you're missing the point. This thing handles **streams**,..

How In-Memory Caching Works in Redis
Link
@faun shared a link, 1ย month, 1ย week ago

MCP vulnerability case study: SQL injection in the Postgres MCP server

A nasty SQL injection bug in Anthropicโ€™s now-retiredPostgres MCP serverlet attackers blow past read-only mode and run whatever SQL they wanted. The repo got archived back in May 2025โ€”but itโ€™s far from dead. The unpatched package still racks up21,000 NPM installsand1,000 Docker pullsevery week...

Link
@faun shared a link, 1ย month, 1ย week ago

GitHub Copilot Custom Chat Modes: AI Personas that Match Your Needs

GitHub Copilot Chat just jot better in **VS Code 1.101** with **Custom Chat Modes**. Devs can now drop Markdown files into their workspace to shape Copilotโ€™s personaโ€”tone, tools, constraints, the works. Want an AI buddy for security audits? Or a test-writing machine with zero patience for flaky cod..

GitHub Copilot Custom Chat Modes: AI Personas that Match Your Needs
Link
@faun shared a link, 1ย month, 1ย week ago

Experimenting with local LLMs on macOS

Running **open-weight LLMs locally on macOS**? This post breaks it down clean. It compares **llama.cpp**โ€”great for tweaking thingsโ€”to **LM Studio**, which trades control for simplicity. Covers what fits in memory, which quantized models to grab (hint: 4-bit GGUF), and whatโ€™s coming down the pipe: *..

Experimenting with local LLMs on macOS
Link
@faun shared a link, 1ย month, 1ย week ago

Using Claude Code to modernize a 25-year-old kernel driver

A long-dead Linux kernel driver for QIC-80 tape drives just got dragged into the presentโ€”with help from **Claude Code** and a lot of tinkering. It now builds cleanly and runs as a **standalone module** on **Linux 6.8**, playing nice with modern setups like **Xubuntu 24.04**. **The bigger picture:**..

Using Claude Code to modernize a 25-year-old kernel driver
Pelagia is a Kubernetes controller that provides all-in-one management for Ceph clusters installed byย Rook. It delivers two main features:

Aggregates all Rook Custom Resourcesย (CRs) into a singleย CephDeploymentย resource, simplifying the management of Ceph clusters.
Provides automated lifecycle managementย (LCM) of Rook Ceph OSD nodes for bare-metal clusters. Automated LCM is managed by the specialย CephOsdRemoveTaskย resource.

It is designed to simplify the management of Ceph clusters in Kubernetes installed byย Rook.

Being solid Rook users, we had dozens of Rook CRs to manage. Thus, one day we decided to create a single resource that would aggregate all Rook CRs and deliver a smoother LCM experience. This is how Pelagia was born.

It supports almost all Rook CRs API, includingย CephCluster,ย CephBlockPool,ย CephFilesystem,ย CephObjectStore, and others, aggregating them into a single specification. We continuously work on improving Pelagia's API, adding new features, and enhancing existing ones.

Pelagia collects Ceph cluster state and all Rook CRs statuses into singleย CephDeploymentHealthย CR. This resource highlights of Ceph cluster and Rook APIs issues, if any.

Another important thing we implemented in Pelagia is the automated lifecycle management of Rook Ceph OSD nodes for bare-metal clusters. This feature is delivered by theย CephOsdRemoveTaskย resource, which automates the process of removing OSD disks and nodes from the cluster. We are using this feature in our everyday day-2 operations routine.