Join us

ContentUpdates and recent posts about Pelagia..
 Activity
@roock started using tool Puppet , 2 weeks, 1 day ago.
 Activity
@roock started using tool PostgreSQL , 2 weeks, 1 day ago.
 Activity
@roock started using tool NixOs , 2 weeks, 1 day ago.
 Activity
@roock started using tool Nginx , 2 weeks, 1 day ago.
 Activity
@roock started using tool HAProxy , 2 weeks, 1 day ago.
 Activity
@roock started using tool GitLab CI/CD , 2 weeks, 1 day ago.
 Activity
@roock started using tool GitLab , 2 weeks, 1 day ago.
 Activity
@roock started using tool Debian , 2 weeks, 1 day ago.
 Activity
@roock started using tool Ansible , 2 weeks, 1 day ago.
Story Trending
@habiledata shared a post, 2 weeks, 2 days ago
HabileData

5 Product Data Quality Issues in Multi-Channel Retail and How to Address Them

Weaknesses in product data expose themselves quickly in a multi-channel retail environment. Define a master schema, maintain control of your inventory and pricing via rules, continuously monitor for compliance, and connect performance metrics to the precise changes made for each SKU.

fixing-product-data-at-scale-5-issues-that-hurt-retail-listings
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.