Join us

ContentUpdates and recent posts about Pelagia..
ย Activity
@arunsanna added a new tool AWS-Sage , 4ย months, 3ย weeks ago.
Story FAUN.dev() Team Trending
@eon01 shared a post, 4ย months, 3ย weeks ago
Founder, FAUN.dev

Helm Cheat Sheet: Everything You Need to Know to Start Using Helm

Helm Kubernetes

Helm is the package manager Kubernetes was missing. It lets you package applications and their dependencies into charts, deploy them as versioned releases, and manage installs, upgrades, and rollbacks in a consistent and repeatable way. This post walks through what Helm is, how to install it, and the core commands you will use day to day.

ย Activity
@varbear added a new tool Git , 4ย months, 3ย weeks ago.
Course
@eon01 published a course, 4ย months, 3ย weeks ago
Founder, FAUN.dev

Helm in Practice

#Helmย 
Helm Argo CD Docker k3s Harbor Kubernetes

Designing, Deploying, and Operating Kubernetes Applications at Scale

Helm in Practice
ย Activity
@zeno added a new tool Sigstore , 4ย months, 3ย weeks ago.
Story
@laura_garcia shared a post, 4ย months, 3ย weeks ago
Software Developer, RELIANOID

๐Ÿš€ ๐—ฅ๐—˜๐—Ÿ๐—œ๐—”๐—ก๐—ข๐—œ๐—— ๐Ÿณ.๐Ÿด.๐Ÿฌ ๐—–๐—ผ๐—บ๐—บ๐˜‚๐—ป๐—ถ๐˜๐˜† ๐—˜๐—ฑ๐—ถ๐˜๐—ถ๐—ผ๐—ป ๐—ถ๐˜€ ๐—ผ๐˜‚๐˜!

This new release brings a modern foundation and powerful cloud automation to the open-source community: ๐Ÿ”น Debian Bookworm 12.12 ๐Ÿ”น Major upgrade support ๐Ÿ”น Automated cloud deployments on AWS, Azure & GCP ๐Ÿ”น Terraform-based Infrastructure as Code ๐Ÿ”น Improved Web UI usability and responsiveness Designed t..

Community edition V7.8 release relianoid
Story
@viktoriiagolovtseva shared a post, 4ย months, 3ย weeks ago

A Ready-to-Use Business Travel Template For Jira

For many of us, even planning a personal trip can be a daunting task. Missing one detail when booking a flight or hotel can lead to a disaster. The challenge becomes even greater when you need to organize a business trip for others, especially for large events where many people travel simultaneously.ย 

Additionally, business travel often requires multiple approvals and cross-team collaboration. You will need a solution to keep everyone on the same page and easily track every detail. A business travel template for Jira is an ideal way to solve this challenge.ย 

In this blog post, we share a ready-to-use template and explain how to use it.

Zrzut ekranu 2025-12-17 143647
Story
@laura_garcia shared a post, 4ย months, 3ย weeks ago
Software Developer, RELIANOID

๐Ÿš€ AI is redefining Site Reliability Engineering (SRE)

What started as ensuring web apps were fast and resilient has now entered a new era: AI Reliability Engineering. Inference workloads demand speed, trust, and observability far beyond traditional infrastructure challenges. In our latest blog, we explore: Why unreliable AI is worse than no AI at all H..

relianoid_blog_documentation
Story
@laura_garcia shared a post, 4ย months, 3ย weeks ago
Software Developer, RELIANOID

๐Ÿ’ถ The EU is investing โ‚ฌ1.3 BILLION in AI, cybersecurity, and digital skills.

What does it mean for your organization? The European Commission's massive investment is a clear signal: digital security is a top priority for Europe's future. Now is the time to adopt secure, compliant, and high-performance solutionsโ€”like RELIANOID. โœ… Cybersecurity by design โœ… Ready for UK & EU re..

Blog EU Investment in Cybersecurity
Story Xygeni Team
@mashka shared a post, 4ย months, 3ย weeks ago
Paid Acquisition and Growth Marketing, xygeni

New Threats in Open Source: Worms, AI-Driven Malware, and Trust Abuse

Open source security just hit a new level: self-spreading worms, AI-run attacks, and registry abuse at a massive scale. Shai-Hulud, GlassWorm, and AI-orchestrated intrusions show how fast threats now move, and how easily one stolen token can infect entire ecosystems. The supply chain has changed. Our defenses must too.

New-Threats-in-Open-Source-Worms-AI-Driven-Malware-and-Trust-Abuse-1
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.