Join us

ContentUpdates and recent posts about Pelagia..
Story FAUN.dev() Team
@eon01 shared a post, 3 weeks, 2 days ago
Founder, FAUN.dev

Data-Driven Developer Journalism: Announcing FAUN.dev News, a Smarter Way to Read Developer News

We launched a new news experience at FAUN.dev that uses advanced retrieval to deliver context-rich, insightful news for developers.

FAUN.dev Developer Journalism
News FAUN.dev() Team Trending
@varbear shared an update, 3 weeks, 2 days ago
FAUN.dev

Perplexity AI's Comet Browser Launches Globally, Free for All Users

Perplexity AI launches the Comet browser globally, offering it for free to enhance internet usage with features like the Comet Assistant and Background Assistants, aiming to foster curiosity and productivity.

 Activity
News FAUN.dev() Team Trending
@kaptain shared an update, 3 weeks, 2 days ago
FAUN.dev

Akuity Launches AI Tools to Boost Kubernetes Management Efficiency

Argo

Akuity introduces AI-driven features to improve Kubernetes management, enhancing stability, security, and scalability while automating issue detection and resolution.

News FAUN.dev() Team Trending
@devopslinks shared an update, 3 weeks, 3 days ago
FAUN.dev

Red Hat GitLab Breach: 570GB Data Stolen by Crimson Collective

GitLab

A security breach in Red Hat's consulting GitLab instance led to the theft of 570GB of data by the "Crimson Collective," impacting around 800 organizations across multiple sectors.

Story
@laura_garcia shared a post, 3 weeks, 4 days ago
Software Developer, RELIANOID

🌍 RELIANOID at World Telemedia Marbella 2025

📍 Marbella, Spain | 📅 October 5–7, 2025 We’re excited to join World Telemedia 2025, the leading event to monetise and trade traffic, minutes, and messages with global industry leaders. This is where 700+ delegates, 277+ companies, and 95% C-Level attendees come together to shape the future of teleme..

World Telemedia Marbella RELIANOID 2025
 Activity
@igorczechak221 started using tool Rust , 3 weeks, 4 days ago.
 Activity
@igorczechak221 started using tool Go , 3 weeks, 4 days ago.
Link
@anjali shared a link, 3 weeks, 5 days ago
Customer Marketing Manager, Last9

Observability vs. Visibility: What's the Difference?

Understand observability vs visibility: visibility shows current states, while observability uncovers why systems act the way they do.

hbase
Link
@anjali shared a link, 3 weeks, 5 days ago
Customer Marketing Manager, Last9

The Service Discovery Problem Every Developer Knows (But Pretends Doesn't Exist)

New services deploy faster than you can track them. Discover Services auto-discovers your entire architecture from traces—convention over configuration. No manual catalogs.

services
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.