by Karthickraja durairaj | Jun 24, 2025 | Automation
Introduction: Downtime is inevitable. But as SREs, our goal is to make it short, automated, and low-pain. That’s where self-healing infrastructure comes in. In this post, I’ll show how to build basic self-healing mechanisms using tools you already have: systemd, cron,...
by Karthickraja durairaj | Mar 4, 2025 | Automation, Jenkins
Introduction In today’s fast-paced software development world, automation is essential for improving efficiency, reducing human error, and speeding up the deployment process. Two tools that stand out when it comes to automating infrastructure management and deployment...
by genexdb | Dec 10, 2024 | Automation, Jenkins
Introduction In today’s fast-paced software development world, Continuous Integration (CI) has become a crucial practice for teams to deliver quality software faster. One of the most popular tools for implementing CI is Jenkins. In this blog, we will dive into...