Join us

ContentUpdates and recent posts about Pelagia..
Link Xygeni Team
@mashka shared a link, 6ย days, 7ย hours ago
Paid Acquisition and Growth Marketing, xygeni

Your Copilot Just Pushed Code to Prod. Did Anyone Check the Security?

AI copilots like GitHub Copilot and Cursor can push production-ready code instantlyโ€”but CI-only security scans catch issues after merge, when itโ€™s too late. In this live session, see how to detect vulnerabilities in real time inside the IDE, validate reachability before merge, apply guardrails to AI-generated code, and auto-fix safely. Includes live demo securing Copilot and AI agent workflows. ๐Ÿ“… March 11, 2026 ๐Ÿ‘‰ Register https://www.linkedin.com/events/7432784645383110656/

Webinars Creas
Story Trending
@laura_garcia shared a post, 6ย days, 10ย hours ago
Software Developer, RELIANOID

๐—ฅ๐—˜๐—Ÿ๐—œ๐—”๐—ก๐—ข๐—œ๐—— ๐—ฎ๐˜ ๐— ๐—ผ๐—ฏ๐—ถ๐—น๐—ฒ ๐—ช๐—ผ๐—ฟ๐—น๐—ฑ ๐—–๐—ผ๐—ป๐—ด๐—ฟ๐—ฒ๐˜€๐˜€ ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ

๐Ÿ“ ๐—•๐—ฎ๐—ฟ๐—ฐ๐—ฒ๐—น๐—ผ๐—ป๐—ฎ | ๐Ÿฎโ€“๐Ÿฑ ๐— ๐—ฎ๐—ฟ๐—ฐ๐—ต ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ ๐Ÿš€ ๐—๐—ผ๐—ถ๐—ป ๐—ฅ๐—˜๐—Ÿ๐—œ๐—”๐—ก๐—ข๐—œ๐—— ๐—ฎ๐˜ ๐— ๐—ผ๐—ฏ๐—ถ๐—น๐—ฒ ๐—ช๐—ผ๐—ฟ๐—น๐—ฑ ๐—–๐—ผ๐—ป๐—ด๐—ฟ๐—ฒ๐˜€๐˜€ ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ (๐— ๐—ช๐—– ๐Ÿฎ๐Ÿฒ) The worldโ€™s most influential connectivity event returns โ€” and this year marks 20 years in Barcelona, celebrating two decades of collaboration between a global tech powerhouse and one of Europeโ€™s most innovative ci..

mwc_barcelona_mobile_world_congress_2026_relianoid
Story Trending
@idjuric660 shared a post, 6ย days, 12ย hours ago
Technical Content Writer, Mailtrap

5 Best Email API for Laravel Developers Tested & Compared

The best email APIs for Laravel developers are Mailtrap, SendGrid, Mailgun, Amazon SES, and Postmark. To provide you with a fair and unbiased comparison of these APIs, I researched and tested them all with the help of Mailtrap email deliverability experts, security team, and developers. Together, we..

ย Activity
@aliasceasar026 started using tool Crypto-Loot , 6ย days, 13ย hours ago.
ย Activity
@tonybrain-dotcom started using tool Vue.js , 1ย week ago.
ย Activity
@tonybrain-dotcom started using tool TypeScript , 1ย week ago.
ย Activity
@tonybrain-dotcom started using tool Shopify , 1ย week ago.
ย Activity
@tonybrain-dotcom started using tool React Router , 1ย week ago.
ย Activity
@tonybrain-dotcom started using tool React Redux , 1ย week ago.
ย Activity
@tonybrain-dotcom started using tool React , 1ย week ago.
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.