Join us

ContentUpdates and recent posts about Pelagia..
 Activity
@smh started using tool Go , 1 week, 3 days ago.
 Activity
@smh started using tool Datadog , 1 week, 3 days ago.
 Activity
@smh started using tool Amazon Web Services , 1 week, 3 days ago.
Story WPWeb Infotech Team Trending
@rafidbottler shared a post, 1 week, 4 days ago
Full Stack Engineer, WPWeb Infotech

Angular vs React: Which Framework Is Better for Web Development?

Angular vs React: discover the main differences, performance, and use cases to choose the best framework for modern web development projects in 2026.

Angular vs React
Story
@viktoriiagolovtseva shared a post, 1 week, 4 days ago

How to Make Your Jira Sprint Planning Really Agile

You know the drill:build a product roadmap in Jira, create your product backlog, review it, update the user stories, come up with a sprint goal before the meeting, and finally, review every story to decide which ones need to be completed this sprint. Easier said than done, right? Well-planned sprint..

Zrzut ekranu 2026-04-29 152303
Story Trending
@laura_garcia shared a post, 1 week, 4 days ago
Software Developer, RELIANOID

Not all 𝗱𝗶𝗴𝗶𝘁𝗮𝗹 𝗰𝗲𝗿𝘁𝗶𝗳𝗶𝗰𝗮𝘁𝗲𝘀 are created equal

🚨 Not all 𝗱𝗶𝗴𝗶𝘁𝗮𝗹 𝗰𝗲𝗿𝘁𝗶𝗳𝗶𝗰𝗮𝘁𝗲𝘀 are created equal. From 𝗗𝗩, 𝗢𝗩, 𝗘𝗩 𝘁𝗼 𝗺𝗧𝗟𝗦 𝗰𝗹𝗶𝗲𝗻𝘁 𝗰𝗲𝗿𝘁𝘀 and 𝗰𝗼𝗱𝗲 𝘀𝗶𝗴𝗻𝗶𝗻𝗴, each plays a different role in your security posture. 🔐 Encryption is just the beginning: → Identity validation → Trust chains (Root → Intermediate → Leaf) → Secure software delivery → Zero Trust..

Story WrapPixel Team
@sanjayjoshi shared a post, 1 week, 4 days ago

8+ Shadcn Combobox Components for React & Nextjs Projects

Shadcn combobox components are more than just UI elements they’re productivity boosters. They simplify complex selections, enhance usability, and make your applications feel fast and modern.

Shadcn Combobox Cover pic OG image
 Activity
@rafidbottler created an organization WPWeb Infotech , 1 week, 4 days ago.
Story Trending
@cloudsignals shared a post, 1 week, 4 days ago
Director - Cloud Engineering, osttra

From Hunters to Algorithms: How AI Is Rewriting the Rules of Vulnerability Discovery

Security has entered its algorithmic era. AI is rapidly transforming vulnerability discovery by scanning code at scale, uncovering hidden patterns, and accelerating detection beyond human limits. For maintainers, this means shifting from reactive patching to intelligent triage and secure-by-design systems. For bug hunters, success now lies in combining AI speed with human creativity to uncover deeper, context-driven flaws. The future of security isn’t human vs machine—it’s human amplified by machine.

AI-driven vulnerability discovery concept showing a split human and artificial intelligence face analyzing cybersecurity threats, with dashboards displaying SQL injection detection, risk score, and automated code analysis in a futuristic interface.
 Activity
@koukibadr started using tool Mapbox GL JS , 1 week, 4 days 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.