Join us

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

𝗥𝗘𝗟𝗜𝗔𝗡𝗢𝗜𝗗 𝗮𝘁 𝗟𝗼𝗻𝗱𝗼𝗻 𝗧𝗲𝗰𝗵 𝗪𝗲𝗲𝗸 𝟮𝟬𝟮𝟲

🚀 𝗝𝗼𝗶𝗻 𝗥𝗘𝗟𝗜𝗔𝗡𝗢𝗜𝗗 𝗮𝘁 𝗟𝗼𝗻𝗱𝗼𝗻 𝗧𝗲𝗰𝗵 𝗪𝗲𝗲𝗸 𝟮𝟬𝟮𝟲 📅 June 8–12, 2026 📍 London, United Kingdom London Tech Week brings together innovators, enterprises, startups, investors, and technology leaders to explore the future of AI, cybersecurity, cloud infrastructure, digital transformation, and emerging technologi..

london_tech_week_2026_june_relianoid
 Activity
@work4bots started using tool Spring , 4 weeks, 1 day ago.
 Activity
@work4bots started using tool Helm , 4 weeks, 1 day ago.
 Activity
@work4bots started using tool Azure Pipelines , 4 weeks, 1 day ago.
 Activity
@work4bots started using tool Azure Kubernetes Service (AKS) , 4 weeks, 1 day ago.
 Activity
@work4bots started using tool Azure , 4 weeks, 1 day ago.
 Activity
@work4bots added a new tool Bicep , 4 weeks, 1 day ago.
Story FAUN.dev() Team
@eon01 shared a post, 4 weeks, 1 day ago
Founder, FAUN.dev

AWX in Action is out, and there's a course

Ansible AWX

"AWX in Action: Ansible Orchestration at Scale" is now available in print and ebook. It covers running AWX on Kubernetes for real, not a sandbox demo that falls over the moment you add a second execution node.

AWX in Action - Ansible Orchestration at Scale
Link
@varbear shared a link, 4 weeks, 1 day ago
FAUN.dev()

Design Patterns Are Dead. Long Live Design Patterns.

Design patterns were created for human comprehension, not machines, serving as a shared vocabulary to communicate complex ideas quickly, manage working memory, and standardize solutions. Even in the era of AI-generated code, design patterns are crucial for containing the limitations of AI models and.. read more  

Link
@varbear shared a link, 4 weeks, 1 day ago
FAUN.dev()

AI costs how much? GitHub Copilot users react to new usage-based pricing system.

GitHub began usage-based Copilot billing, and some developers say they used up the AI credits GitHub grants for a month in under 24 hours. Developers burn credits through "premium requests". GitHub counts prompts to advanced models, agent tasks, edits, and some Copilot features against the allowance.. read more  

AI costs how much? GitHub Copilot users react to new usage-based pricing system.
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.