Join us

ContentUpdates and recent posts about Pelagia..
Story
@laura_garcia shared a post, 3 weeks, 3 days ago
Software Developer, RELIANOID

𝗖𝗼𝗻𝗳𝟰𝟮 𝗖𝗹𝗼𝘂𝗱 𝗡𝗮𝘁𝗶𝘃𝗲 𝟮𝟬𝟮𝟲

- 𝗖𝗼𝗻𝗳𝟰𝟮 𝗖𝗹𝗼𝘂𝗱 𝗡𝗮𝘁𝗶𝘃𝗲 𝟮𝟬𝟮𝟲 | 𝗔𝗽𝗿𝗶𝗹 𝟮𝟯 | 𝗢𝗻𝗹𝗶𝗻𝗲 Join Conf42 Cloud Native 2026 — a global virtual event focused on cloud-native technologies, Kubernetes, and modern infrastructure. - 𝗪𝗵𝗮𝘁 𝘁𝗼 𝗲𝘅𝗽𝗲𝗰𝘁: Kubernetes & containerization Cloud security & DevSecOps Microservices & scalability Observability & au..

conf42 cloud native 2026 online relianoid
 Activity
@codechaintech started using tool Atlassian Bitbucket , 3 weeks, 3 days ago.
Link
@simme shared a link, 3 weeks, 4 days ago
Senior Engineering Manager, @canonical

Boring code is an organizational tell

Boring code is an organizational symptom, not an aesthetic failure. Co-change patterns in version control reveal team boundaries before any retrospective does; ownership concentration predicts defects better than code complexity metrics. With agents removing the friction that contained clever code accumulation, the incentive structures that produce boring code have never mattered more.

gradients
 Activity
@simme started using tool Ubuntu , 3 weeks, 4 days ago.
 Activity
@simme started using tool TypeScript , 3 weeks, 4 days ago.
 Activity
@simme started using tool Python , 3 weeks, 4 days ago.
 Activity
@simme started using tool PostgreSQL , 3 weeks, 4 days ago.
 Activity
@simme started using tool lxd , 3 weeks, 4 days ago.
Story
@cloudsignals shared a post, 3 weeks, 4 days ago
Director - Cloud Engineering, osttra

Terraform Production Readiness Cheatsheet

Terraform Terragrunt

Terraform working isn’t enough. Learn what it takes to make it production-ready — from backend design to security and automated pipelines.

Terraform Production Readiness Cheatsheet
Story
@cloudsignals shared a post, 3 weeks, 5 days ago
Director - Cloud Engineering, osttra

DevSecOps: Rapid & Secure Delivery

SonarQube Vault Kyverno Open Policy Agent (OPA) Trivy

If security is your last step, you’re already too late. This guide shows how to build a DevSecOps pipeline where security is continuous, automated, and invisible to delivery speed.

DevSecOps - Rapid & Secure Delivery
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.