Join us

ContentUpdates and recent posts about Pelagia..
 Activity
@jeevisoftacademy started using tool Jenkins , 1 month ago.
 Activity
@jeevisoftacademy started using tool Amazon EC2 , 1 month ago.
Story
@laura_garcia shared a post, 1 month ago
Software Developer, RELIANOID

🚀 Key takeaways from two major events in Amsterdam: Cyber Security & Cloud Expo 2025 and TechEx Europe 2025.

💡 Main lessons: Modern security is built on Zero Trust and seamless DevSecOps integration. AI and automation are no longer optional—they are essential to stay ahead of threats. Deep observability across multicloud environments is a cornerstone of resilience. At RELIANOID, we strengthen our mission t..

Eventos RELIANOID_recap Cybersecurity and cloud
 Activity
@mohamednour95 started using tool Kubernetes , 1 month ago.
Story
@laura_garcia shared a post, 1 month ago
Software Developer, RELIANOID

🔐 RELIANOID at The Future of IT & Cybersecurity – CIO & CISO Think Tank

On October 2, 2025, we’ll be in London, UK for a day dedicated to shaping resilient, future-ready organizations in a world where threats evolve as quickly as innovation. This Think Tank gathers senior IT, security, and risk leaders to explore: ⚡ AI & Cyber Risk – balancing innovation and resilience ..

future of IT and cybersecurity Cio and CISO think tank london
Link
@anjali shared a link, 1 month ago
Customer Marketing Manager, Last9

OTel Naming Best Practices for Spans, Attributes, and Metrics

Understand how to name spans, attributes, and metrics in OpenTelemetry for consistent, queryable, and reliable observability data.

Naming_best_practices
Story
@laura_garcia shared a post, 1 month ago
Software Developer, RELIANOID

✈️ Europe’s skies disrupted: Cyberattack on Collins Aerospace’s MUSE platform

Last week’s incident that forced major airports like Heathrow, Brussels, and Berlin Brandenburg back to pen-and-paper operations shows just how fragile aviation’s digital backbone can be. In our latest article, we analyze: 🔍 How the attack unfolded ⚠️ The cascading operational and security implicati..

Blog airports cyberattack
Link
@anjali shared a link, 1 month ago
Customer Marketing Manager, Last9

Top 11 Java APM Tools: A Comprehensive Comparison

Compare 11 top Java APM tools, from open-source options to enterprise platforms, and find the best fit for your applications.

java_apm
Link
@atmosly0 shared a link, 1 month ago
Owner, Atmosly

AI-Powered DevOps Automation for Kubernetes and Cloud DevOps

Discover how Atmosly simplifies Kubernetes operations with advanced DevOps automation, CI/CD tools, and Terraform services for multi-cloud environments.

Atmosly
Story
@laura_garcia shared a post, 1 month ago
Software Developer, RELIANOID

🤖 RELIANOID at AI Tech Summit 2025

We’re thrilled to join AI Tech Summit 2025 on October 1st in Skopje, North Macedonia — a hub for innovation, collaboration, and the latest AI insights. This summit brings together CIOs, CTOs, AI specialists, and tech visionaries to explore how AI can drive growth, create opportunities, and shape a r..

ai tech summit skopje 2025
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.