Join us

ContentUpdates and recent posts about Pelagia..
Link Xygeni Team
@mashka shared a link, 2 months, 2 weeks ago
Paid Acquisition and Growth Marketing, xygeni

Join our Upcomping Online Podcast Episode on AI Unleashed: Navigating Emerging Threats and Defenses in AppSec

AI is transforming Application Security, powering both new attacks and smarter defenses.
Join us to explore how AI-driven threats, such as polymorphic malware, prompt injections, and model tampering, are reshaping Application Security (AppSec) and how to defend against them.

📅 Date: October 22nd
⏰ Time: 16:00 (CEST) / 10:00 (EDT)
🎙 Speakers:

Atanas Nikolov — DevSecOps Expert @ RNDC Bulgaria

Jesús Cuadrado — CPO @ Xygeni

🔗 Register here to join live → https://www.linkedin.com/events/aiunleashed-navigatingemergingt7382047771396104192/

Why Attend:
💠 Learn the latest AI-powered AppSec threats
💠 Discover practical AI-driven defense techniques
💠 Strengthen your AppSec strategy for the AI era

Join us!

SafeDev Talk - AI Unleashed Navigating Threats & Defenses (1)
 Activity
Story
@laura_garcia shared a post, 2 months, 2 weeks ago
Software Developer, RELIANOID

Security and compliance are not optional—they’re the backbone of trust.

At RELIANOID, our operations and load balancing platform are fully aligned with the ISO/IEC 27001:2022 framework, ensuring that every policy, control, and process we implement supports the same rigorous standards as certified environments. From governance and risk management to encryption, access co..

iso27001 image ssnn
News FAUN.dev() Team
@devopslinks shared an update, 2 months, 2 weeks ago
FAUN.dev()

Microsoft Launches Azure Kubernetes Service Automatic for Developers

Keda

Microsoft announces Azure Kubernetes Service Automatic, a fully-managed Kubernetes offering that reduces operational overhead and integrates security and reliability features by default.

News FAUN.dev() Team
@devopslinks shared an update, 2 months, 2 weeks ago
FAUN.dev()

GitHub Introduces Post-Quantum Secure SSH Key Exchange Algorithm

GitHub enabled a post-quantum secure SSH key exchange algorithm on September 17, 2025, to protect against future quantum decryption threats.

News FAUN.dev() Team
@kala shared an update, 2 months, 2 weeks ago
FAUN.dev()

Microsoft Launches Open-Source Agent Framework for AI Development

Microsoft unveils the open-source Agent Framework to streamline AI agent development, integrating Semantic Kernel and AutoGen for enhanced accessibility and stability.

Microsoft Agent Framework
News FAUN.dev() Team
@kaptain shared an update, 2 months, 2 weeks ago
FAUN.dev()

Alpine Linux 3.23 Adopts /usr-Merged File System Layout

Alpine Linux 3.23 will transition to a /usr-merged file system layout, centralizing executables and libraries to reduce maintenance and improve containerization.

Alpine logo
News FAUN.dev() Team
@kala shared an update, 2 months, 2 weeks ago
FAUN.dev()

OpenAI Launches AgentKit: Streamline Agent Development for Enterprises

OpenAI introduces AgentKit, a tool suite to streamline agent development for enterprises, enhancing efficiency and collaboration.

Visual__Agent_Builder_Template_Assets
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.