Join us

ContentUpdates and recent posts about Pelagia..
ย Activity
@tonybrain-dotcom started using tool Bootstrap , 1ย week ago.
ย Activity
@tonybrain-dotcom started using tool Angular Material , 1ย week ago.
ย Activity
@tonybrain-dotcom started using tool Angular , 1ย week ago.
ย Activity
@tonybrain-dotcom started using tool All in One SEO Pack , 1ย week ago.
Story Trending
@idjuric660 shared a post, 1ย week ago
Technical Content Writer, Mailtrap

5 Best Email API for PHP Developers Tested & Compared: Hereโ€™s What I Found

The best email APIs for PHP developers are Mailtrap, SendGrid, Mailgun, Amazon SES, and Postmark. I researched and tested each of these services with the help of Mailtrapโ€™s deliverability experts and security team. My goal was to identifythe best email APIs for PHP projectsby looking at real-world i..

Story
@laura_garcia shared a post, 1ย week ago
Software Developer, RELIANOID

AI-driven cyberthreats previsions

At the end of last year, we warned that AI-driven cyberthreats would accelerate industrial risk in 2026. Just a few months into the year, that prediction is already proving accurate. Weโ€™re seeing clear signals that attackers are increasingly leveraging Artificial Intelligence to: - Automate reconnai..

ย Activity
@fidelissecurity started using tool Cybersource , 1ย week, 1ย day ago.
Story Trending
@laura_garcia shared a post, 1ย week, 1ย day ago
Software Developer, RELIANOID

๐—ก๐—œ๐—ฆ๐Ÿฎ ๐—–๐—ผ๐—บ๐—ฝ๐—น๐—ถ๐—ฎ๐—ป๐—ฐ๐—ฒ ๐—ฆ๐˜๐—ฎ๐˜๐—ฒ๐—บ๐—ฒ๐—ป๐˜

Alignment for RELIANOID Load Balancer & Organizational Operations At RELIANOID, we recognize the strategic importance of the EU NIS2 Directive in strengthening cybersecurity resilience across Europe. As an advanced load balancing and application delivery provider, RELIANOID qualifies as an Important..

nis2 compliance RELIANOID
ย Activity
@craitrix created an organization Craitrix , 1ย week, 1ย day ago.
Story
@laura_garcia shared a post, 1ย week, 2ย days ago
Software Developer, RELIANOID

๐—–๐—น๐—ผ๐˜‚๐—ฑ ๐—ฃ๐—ฟ๐—ผ๐—ฑ๐˜‚๐—ฐ๐˜ ๐——๐—ฒ๐˜ƒ๐—ฒ๐—น๐—ผ๐—ฝ๐—ฒ๐—ฟ (๐—™๐˜‚๐—น๐—น-๐˜๐—ถ๐—บ๐—ฒ | ๐—ฅ๐—ฒ๐—บ๐—ผ๐˜๐—ฒ / ๐—›๐˜†๐—ฏ๐—ฟ๐—ถ๐—ฑ)

๐Ÿš€ ๐—ช๐—ฒโ€™๐—ฟ๐—ฒ ๐—›๐—ถ๐—ฟ๐—ถ๐—ป๐—ด: ๐—–๐—น๐—ผ๐˜‚๐—ฑ ๐—ฃ๐—ฟ๐—ผ๐—ฑ๐˜‚๐—ฐ๐˜ ๐——๐—ฒ๐˜ƒ๐—ฒ๐—น๐—ผ๐—ฝ๐—ฒ๐—ฟ (๐—™๐˜‚๐—น๐—น-๐˜๐—ถ๐—บ๐—ฒ | ๐—ฅ๐—ฒ๐—บ๐—ผ๐˜๐—ฒ / ๐—›๐˜†๐—ฏ๐—ฟ๐—ถ๐—ฑ) At RELIANOID, weโ€™re accelerating the evolution of our cloud-native solutions โ€” and we need talented engineers to join us. Weโ€™re looking for ๐Ÿฎ ๐—–๐—น๐—ผ๐˜‚๐—ฑ ๐—ฃ๐—ฟ๐—ผ๐—ฑ๐˜‚๐—ฐ๐˜ ๐——๐—ฒ๐˜ƒ๐—ฒ๐—น๐—ผ๐—ฝ๐—ฒ๐—ฟ๐˜€ to join our Product Engineering team and help shape the future ..

careers RELIANOID hiring
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.