Join us

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

🔒 How can you improve the high availability and performance of your firewalls?

We're sharing a diagram on Firewall Load Balancing, along with a link to our technical article that explains how it works, its benefits, and best practices. 👉https://www.relianoid.com/resources/knowledge-base/misc/what-is-firewall-load-balancing-fwlb/ #FirewallLoadBalancing#HighAvailability#NetworkS..

diagrama firewall load balancing RELIANOID
Story
@idjuric660 shared a post, 3 months ago
Technical Content Writer, Mailtrap

How to Send Emails in VS Code with Mailtrap MCP Server

Besides having an AI editor to help you develop projects, VS Code can now also generate and send emails in your stead. To do this, you simply need to integrate VS Code withMailtrap MCPand you’ll be able to send emails with a single prompt. And yes, this works for both Windows and macOS. First, we’ll..

Story
@laura_garcia shared a post, 3 months ago
Software Developer, RELIANOID

🔹 What is a Layer 4 Load Balancer and Why Does It Matter?

📶 Whether you're managing web servers, real-time gaming, or VoIP applications—Layer 4 Load Balancing is key to performance and reliability. At the transport layer (OSI Layer 4), this type of load balancer distributes traffic based on IP addresses and port numbers, ensuring efficient and fast packet ..

Story
@idjuric660 shared a post, 3 months ago
Technical Content Writer, Mailtrap

How to Send Emails in Claude Desktop with Mailtrap MCP

Ever since Mailtrap launched itsvery own MCP server, Claude can not only generate emails for you, but it can also send them to your recipients. The integration is super seamless, takes ~5 minutes, and works for both Windows and macOS. In this guide, I’ll show you how to integrate theMailtrap MCP, an..

Story
@laura_garcia shared a post, 3 months ago
Software Developer, RELIANOID

🚀 ESA strengthens its cybersecurity defenses.

The European Space Agency has just inaugurated a new Cybersecurity Operations Center (C-SOC) to protect its satellites, mission control systems, and digital assets from growing cyber threats. 🌍 In today’s space-driven world, initiatives like this — along with global cybersecurity alliances — are mor..

Story
@idjuric660 shared a post, 3 months ago
Technical Content Writer, Mailtrap

How to Send Emails in Cursor with Mailtrap MCP Server

If you want to send emails in Cursor, you won’t be able to do it since it doesn’t have built-in sending functionality. But don’t worry—I’ve got you covered! In this article, I’ll show you how to integrate Cursor withMailtrap MCPand start sending emails with simple prompts—whether you’re on Windows o..

Link
@anjali shared a link, 3 months ago
Customer Marketing Manager, Last9

PostgreSQL Performance: Faster Queries and Better Throughput

Understand how PostgreSQL performance works, from MVCC to query planning, and how to optimize for better throughput and latency.

rabbit
Story
@alberthiltonn shared a post, 3 months ago

Top 12 Angular Best Practices that you need to consider in 2026

Angular

Find out the top 12 Angular best practices to follow in 2026 for building robust and scalable web apps.

Top Angular Best Practices
Story
@idjuric660 shared a post, 3 months ago
Technical Content Writer, Mailtrap

Improve Email Deliverability: Here’s How & Best Practices to Follow

Hitting the inbox is paramount, no matter how big or small a sender you are. If not… - Your marketing campaigns go unseen. - Your transactional emails fail to reach their destination. - Your efforts translate into lost revenue and damaged sender reputation. At Mailtrap, we help you improve deliverab..

FEATURED-IMAGE-5-1-1029x540
Story
@laura_garcia shared a post, 3 months ago
Software Developer, RELIANOID

Understanding Botnets & How to Defend Against Them

Botnets remain one of the biggest cybersecurity threats, enabling large-scale DDoS attacks, credential theft, and malware distribution. These networks of compromised devices operate silently, controlled by cybercriminals to exploit vulnerabilities. - How do botnets work? Infect devices via phishing,..

Blog2 Botnets Network Attacks RELIANOID protected
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.