Join us

ContentUpdates and recent posts about Slurm..
Link
@prathamesh-sonpatki shared a link, 1 year, 9 months ago
SRE, Last9.io

Prometheus Rate Function: A Practical Guide to Using It

Prometheus Rate Function: A Practical Guide to Using It
Link
@prathamesh-sonpatki shared a link, 1 year, 9 months ago
SRE, Last9.io

Otel Collector Guide

Otel Collector Guide
Story
@laura_garcia shared a post, 1 year, 9 months ago
Software Developer, RELIANOID

IT Security, Reliability, and High Availability for Telco Companies

Telco companies must ensure robust IT security and reliable, high-availability systems to protect sensitive data and provide seamless services. Key strategies include firewalls, encryption, redundant systems, and load balancing. - RELIANOID offers advanced ADC solutions, enhancing security and obser..

Telco_IT_security_reliability_RELIANOID
Story
@adammetis shared a post, 1 year, 9 months ago
DevRel, Metis

PostgreSQL Everywhere and For Everything

PostgreSQL is one of the most popular SQL databases. It’s a go-to database for many projects dealing with Online Transaction Processing systems. However, PostgreSQL is much more versatile and can successfully handle less popular SQL scenarios and workflows that don’t use SQL at all. In this blog post, we’ll see other scenarios where PostgreSQL shines and will explain how to use it in these cases.

PGeverywhere
Story
@idjuric660 shared a post, 1 year, 9 months ago
Technical Content Writer, Mailtrap

Email Workflow Automation 101: Templates, Tools, and Best Practices

Email workflow automation takes over administrative tasks such as following up on sales inquiries, sending targeted promotions, and requesting feedback after a purchase. This helps teams save time, enhance productivity, and retain consistency across all communications.

As you can imagine, this type of automation streamlines lead nurturing processes, increases conversion rates, and boosts engagement. Moreover, teams can focus more on crafting persuasive messages and building efficient pipelines.

Let’s dive deeper into email workflow automation, explore popular tools, and discuss best practices that will help you get the most out of your campaigns.

Featured-Image-1029x540
Story
@laura_garcia shared a post, 1 year, 9 months ago
Software Developer, RELIANOID

Cyber Security & Cloud Expo Europe 2024

🚀 RELIANOID is excited to attend the Cyber Security & Cloud Expo Europe 2024 in Amsterdam! Join us on October 1st-2nd as we dive into cutting-edge trends in cybersecurity and cloud tech. From Zero Trust to Cloud Adoption strategies, we're looking forward to connecting with industry leaders and exper..

Cyber Security and Cloud Expo Amsterdam RELIANOID
Link
@anjali shared a link, 1 year, 9 months ago
Customer Marketing Manager, Last9

How to Monitor Ephemeral Storage Metrics in Kubernetes

Explore practical methods for monitoring ephemeral storage metrics in Kubernetes to ensure efficient resource management and improve overall performance.


Ephemeral Storage Metrics Blog
Link
@anjali shared a link, 1 year, 9 months ago
Customer Marketing Manager, Last9

Prometheus Recording Rules: A Developer's Guide to Query Optimization

This guide breaks down how recording rules can help, with simple tips to improve performance and manage complex data.

Prometheus Recording Rules
Link
@roomey_rahman shared a link, 1 year, 9 months ago
Software Engineer, CatchTheReview LLC

Clean Code in Practice: How I Learned to Write Maintainable Code

I had just opened an old project file, expecting to make a quick fix. But as I started scrolling through the code, my heart sank. What should have been a simple update turned into a maze of cryptic variable names, giant functions, and duplicated logic. I remember thinking, how did it get this messy?

That’s when it hit me—clean code is more than just making things work, it’s about creating code that’s easy to navigate, understand, and maintain. I realized that the problem wasn’t just the complexity of the project, it was the lack of clarity in the way the code was written.

Since then, I’ve embraced the principles of Clean Code, and they’ve completely changed the way I approach development. I now write code with the next developer in mind—even if that next developer is future me.

In my latest blog, I break down the key Clean Code principles I’ve learned over the years, focusing on Python and TypeScript. If you’re looking to write code that’s not only functional but also future-friendly, check it out!

Embracing the beauty of coding: A workspace where nature meets innovation
Story
@laura_garcia shared a post, 1 year, 9 months ago
Software Developer, RELIANOID

Finantial Institutions under DDoS attack

Financial institutions in the UAE are facing unprecedented cybersecurity challenges. A recent wave of high-intensity DDoS attacks disrupted operations for six days, highlighting the critical need for robust security measures. Dive into our latest article to learn how the industry can combat these th..

Finantial Institutions under DDoS attack
Slurm Workload Manager is an open-source, fault-tolerant, and highly scalable cluster management and scheduling system widely used in high-performance computing (HPC). Designed to operate without kernel modifications, Slurm coordinates thousands of compute nodes by allocating resources, launching and monitoring jobs, and managing contention through its flexible scheduling queue.

At its core, Slurm uses a centralized controller (slurmctld) to track cluster state and assign work, while lightweight daemons (slurmd) on each node execute tasks and communicate hierarchically for fault tolerance. Optional components like slurmdbd and slurmrestd extend Slurm with accounting and REST APIs. A rich set of commands—such as srun, squeue, scancel, and sinfo—gives users and administrators full visibility and control.

Slurm’s modular plugin architecture supports nearly every aspect of cluster operation, including authentication, MPI integration, container runtimes, resource limits, energy accounting, topology-aware scheduling, preemption, and GPU management via Generic Resources (GRES). Nodes are organized into partitions, enabling sophisticated policies for job size, priority, fairness, oversubscription, reservation, and resource exclusivity.

Widely adopted across academia, research labs, and enterprise HPC environments, Slurm serves as the backbone for many of the world’s top supercomputers, offering a battle-tested, flexible, and highly configurable framework for large-scale distributed computing.