Join us

ContentUpdates and recent posts about Pelagia..
Link
@anjali shared a link, 1 month ago
Customer Marketing Manager, Last9

What is AWS Fargate for Amazon ECS?

Understand how AWS Fargate runs your ECS containers without servers—just define CPU, memory, and networking, and AWS handles the compute.

aws_fargate
Story
@shurup shared a post, 1 month ago
@palark

Helm v4 new features and changes

Helm

Helm v4 has been released a week ago. Its highlights are: - Server-Side Apply instead of 3-Way Merge - WASM plugins - Using kstatus for resource tracking - Content-based chart caching This articleprovides a detailed overview of why these changes were made in Helm v4 and what they bring for Helm user..

Story
@laura_garcia shared a post, 1 month ago
Software Developer, RELIANOID

✈️ Ensuring Efficiency and Security in Airport Operations

Today we highlight our main diagram “Airport Software Systems”, showcasing how integrated airport management platforms —from AODB to landside & airside operations, billing, and information systems— work together to ensure efficient and secure airport operations. We also explain how load balancing en..

Airport Software Systems
Link
@anjali shared a link, 1 month ago
Customer Marketing Manager, Last9

OTel Updates: Complex Attributes Now Supported Across All Signals

OTLP 1.9.0 adds support for maps, arrays, and byte arrays across all OTel signals. Here's when to use complex attributes and when to stick with flat.

otel_metrics_quarkus
Story
@laura_garcia shared a post, 1 month ago
Software Developer, RELIANOID

SOC 2 Compliance

📢 At RELIANOID, we follow SOC 2 Trust Service Criteria to ensure Security, Availability, Confidentiality, Processing Integrity, and Privacy across our load balancing solutions — whether on-prem, cloud, or hybrid. Our controls align with the needs of highly regulated environments such as finance, hea..

Link
@varbear shared a link, 1 month ago
FAUN.dev()

Chinese Hackers Use Anthropic's AI to Launch Automated Cyber Espionage Campaign

Chinese state-backed threat actorsorchestrated automated cyber attacks using AI technology developed byAnthropicin a highly refinedespionage campaignin mid-September 2025. The attackers leveraged AI to execute 80-90% of tactical operations independently at physically impossible request rates, markin.. read more  

Chinese Hackers Use Anthropic's AI to Launch Automated Cyber Espionage Campaign
Link
@varbear shared a link, 1 month ago
FAUN.dev()

10 MCP Servers to Optimize Developer Workflows

TheModel Context Protocol (MCP)wires AI agents into real-world dev workflows, think pushing to GitHub, deploying APIs, tweaking Docker, all straight from the code editor. MCP servers like GitHub MCP, Apidog MCP, and Supabase MCP plug into popular tools and infra. They let LLMs update code, ship APIs.. read more  

10 MCP Servers to Optimize Developer Workflows
Link
@varbear shared a link, 1 month ago
FAUN.dev()

Zigbook – Learn the Zig Programming Language

Learning Zig is not just about adding a language to your resume. It is about fundamentally changing how you think about software. The book promise: “You came for syntax. You'll leave with a philosophy.”!.. read more  

Zigbook – Learn the Zig Programming Language
Link
@varbear shared a link, 1 month ago
FAUN.dev()

How to Improve Your Programming Skills by Building Games

Building games forces devs to get good atevent-driven code,modular design,real-time tuning, andcreative debugging, fast. It sharpens instincts aroundECS patterns, math-backed logic, and hands-on UX thinking... read more  

How to Improve Your Programming Skills by Building Games
Link
@varbear shared a link, 1 month ago
FAUN.dev()

Introducing Code Wiki: Accelerating your code understanding

Google just droppedCode Wikiin public preview. It builds live, structured docs straight from your codebase - and stays synced as things change. Docs evolve with your repo. Automatically. A Gemini-powered chat agent sits at the center, armed with full-repo context, clickable code links, and diagrams .. read more  

Introducing Code Wiki: Accelerating your code understanding
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.