Join us

ContentUpdates and recent posts about Pelagia..
Discovery IconThat's all about @Pelagia โ€” explore more posts below...
ย Activity
ย Activity
@shurup gave ๐Ÿพ to Spotlight on SIG Architecture: API Governance , 14ย hours, 59ย minutes ago.
Story
@laura_garcia shared a post, 19ย hours ago
Software Developer, RELIANOID

๐Ÿš€ ๐—ฆ๐—–๐—”๐—Ÿ๐—˜ ๐Ÿฎ๐Ÿฏ๐˜… โ€“ ๐—ฆ๐—ผ๐˜‚๐˜๐—ต๐—ฒ๐—ฟ๐—ป ๐—–๐—ฎ๐—น๐—ถ๐—ณ๐—ผ๐—ฟ๐—ป๐—ถ๐—ฎ ๐—Ÿ๐—ถ๐—ป๐˜‚๐˜… ๐—˜๐˜…๐—ฝ๐—ผ

๐Ÿ“… March 5โ€“8, 2026 | ๐Ÿ“ Pasadena, California SCALE 23x โ€“ Southern California Linux Expo is back โ€” North Americaโ€™s largest community-run open source conference! Four days of: ๐Ÿ”น Open source innovation ๐Ÿ”น DevOps & cloud-native deep dives ๐Ÿ”น Cybersecurity insights ๐Ÿ”น Hands-on technical workshops ๐Ÿ”น Real commu..

scale_23x_event_2026_pasadena_relianoid
Story
@laura_garcia shared a post, 1ย day, 17ย hours ago
Software Developer, RELIANOID

Weโ€™re heading to Big Data & AI World 2026

Weโ€™re heading to Big Data & AI World 2026 ๐Ÿ“ 4โ€“5 March 2026 | London Part of Tech Show London 2026, this event brings together data and AI leaders focused on responsible, scalable AI and measurable business outcomes. At RELIANOID, we enable secure, high-performance infrastructures ready for AI-driven..

big_data_ai_world_london_2026_relianoid
ย Activity
@yelbur started using tool Python , 2ย days, 11ย hours ago.
ย Activity
@yelbur started using tool Node.js , 2ย days, 11ย hours ago.
ย Activity
@yelbur started using tool Go , 2ย days, 11ย hours ago.
ย Activity
@yelbur started using tool Fedora , 2ย days, 11ย hours ago.
ย Activity
@yelbur started using tool Docker , 2ย days, 11ย hours ago.
ย Activity
@yelbur started using tool BigQuery , 2ย days, 11ย hours 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.