Join us

ContentUpdates and recent posts about Pelagia..
 Activity
@devopslinks added a new tool Grafana Tempo , 1 month, 3 weeks ago.
News FAUN.dev() Team Trending
@kala shared an update, 1 month, 3 weeks ago
FAUN.dev()

LangChain Secures $125M and Launches LangChain & LangGraph 1.0

LangChain

LangChain raised $125 million to enhance its agent engineering platform, introducing LangChain and LangGraph 1.0 with new tools like the Insights Agent and a no-code agent builder, aiming to transform LLM applications into reliable agents.

LangChain Secures $125M and Launches LangChain & LangGraph 1.0
 Activity
@kala added a new tool LangChain , 1 month, 3 weeks ago.
 Activity
@devopslinks added a new tool Snapper , 1 month, 3 weeks ago.
News FAUN.dev() Team
@devopslinks shared an update, 1 month, 3 weeks ago
FAUN.dev()

SUSE Linux Enterprise 16 Launches with AI for Smarter Operations

SUSE Ansible Snapper

SUSE releases Linux Enterprise Server 16, integrating AI to boost efficiency and cut costs, with features like secure AI integration and a 16-year support lifecycle.

SUSE Linux Enterprise 16 Launches with AI for Smarter Operations
News FAUN.dev() Team
@devopslinks shared an update, 1 month, 3 weeks ago
FAUN.dev()

Ubuntu 25.10 Takes a Bold Leap — Targets Modern CPUs with New amd64v3 Architecture

Ubuntu

Ubuntu 25.10 introduces support for amd64v3 architecture variants, enhancing performance by targeting specific silicon variants, with full support expected in the 26.04 LTS release.

Ubuntu 25.10 Takes a Bold Leap — Targets Modern CPUs with New amd64v3 Architecture
News FAUN.dev() Team
@devopslinks shared an update, 1 month, 3 weeks ago
FAUN.dev()

Google Introduces Quantum-Safe KEMs in Cloud KMS for Future Security

Cloud KMS

Google introduces quantum-safe KEMs in Cloud KMS to counter future quantum computing threats, urging organizations to transition to post-quantum cryptography.

Google Introduces Quantum-Safe KEMs in Cloud KMS for Future Security
 Activity
@devopslinks added a new tool Cloud KMS , 1 month, 3 weeks ago.
News FAUN.dev() Team
@kala shared an update, 1 month, 3 weeks ago
FAUN.dev()

Red Hat Joins Forces with NVIDIA to Bring CUDA Everywhere

NVIDIA CUDA Toolkit

Red Hat and NVIDIA partner to distribute the NVIDIA CUDA Toolkit across Red Hat platforms, aiming to simplify AI adoption and enhance developer experience.

Red Hat Joins Forces with NVIDIA to Bring CUDA Everywhere
 Activity
@kala added a new tool NVIDIA CUDA Toolkit , 1 month, 3 weeks 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.