Join us

ContentUpdates and recent posts about Pelagia..
Story
@laura_garcia shared a post, 2 months, 1 week ago
Software Developer, RELIANOID

💡 What is a VIP Load Balancer?

AVIP (Virtual IP)load balancer distributes traffic across multiple servers using a single IP. It ensures: ✅ Scalability ✅ High availability ✅ Session persistence ✅ Smart traffic routing 🚀RELIANOIDtakes VIP load balancing to the next level with: 🔒 SSL offloading 📊 Dynamic health monitoring ⚖️ Advance..

Knowledge base VIP LOAD BALANCER
Link
@anjali shared a link, 2 months, 1 week ago
Customer Marketing Manager, Last9

A Practical Guide to Python Application Performance Monitoring(APM)

Monitor, debug, and optimize Python apps in production with APM—track transactions, DB queries, errors, and external calls.

python_apm
Story Trending
@idjuric660 shared a post, 2 months, 1 week ago
Technical Content Writer, Mailtrap

How to Send Emails from Supabase using SMTP or Email API

Whether you’re confirming user signups, sending notifications, or automating workflows, Supabase makes it easy to integrate and send emails with SMTP or third-party APIs. And in this guide, I’ll walk you through every step of the process, including: - Sending emails using Supabase Auth[click here to..

Link
@anjali shared a link, 2 months, 1 week ago
Customer Marketing Manager, Last9

APM Logs: How to Get Started for Faster Debugging

Understand how APM logs connect metrics, traces, and events to speed up debugging and uncover root causes faster.

Prometheus_resource_attributes
Link
@anjali shared a link, 2 months, 1 week ago
Customer Marketing Manager, Last9

OpenTelemetry API vs SDK: Understanding the Architecture

Understand how the OpenTelemetry API and SDK work together, clean instrumentation in code, and flexible data processing in configuration.

Otel_injector
Link
@anjali shared a link, 2 months, 1 week ago
Customer Marketing Manager, Last9

What is Database Monitoring

Database monitoring tracks performance, health, and availability, helping detect issues early and maintain optimal operations.

Db_monitoring
Story
@laura_garcia shared a post, 2 months, 1 week ago
Software Developer, RELIANOID

🔒 Incident Response in 2025: Lessons Learned

June–August 2025 brought a surge in high-profile cyber incidents—from UNFI’s food supply disruption and Qantas’ customer data breach to sector-wide attacks on insurers. At the same time, AI-powered detection and new resilience features showed how fast response capabilities are evolving. At RELIANOID..

Incident Response june, july, august 2025
Story
@idjuric660 shared a post, 2 months, 1 week ago
Technical Content Writer, Mailtrap

Send Emails with Windsurf and Mailtrap

Node.js Mailtrap.io

Learn how to seamlessly integrate Mailtrap with Windsurf to send transactional emails using simple AI prompts.

Story
@laura_garcia shared a post, 2 months, 1 week ago
Software Developer, RELIANOID

Japan Ushers in a New Era of Cybersecurity with the Active Cyberdefence Law

Japan has taken a bold step in reshaping its national cybersecurity posture with the new Active Cyberdefence Law (ACD) — a proactive response to the growing wave of cyber threats affecting critical infrastructure, airlines, and financial institutions. 🚨 Key highlights of the ACD Law: Legal authority..

Japan's Active Cyberdefence Law
Story
@laura_garcia shared a post, 2 months, 1 week ago
Software Developer, RELIANOID

🚀 Introduction to NFV

Network Functions Virtualization (NFV) is transforming networking by moving critical functions like firewalls, routers, and load balancers from specialized hardware into software running on standard servers. This shift brings flexibility, scalability, and cost efficiency, enabling organizations to a..

kb NFV Network functions virtualization
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.