DevOps

Migrating to the Cloud? Here’s Why 9 Out of 10 Clients Stick with TO THE NEW for DevOps

Introduction When companies move to the cloud, most think the hardest part is the migration itself. Truth is — that’s just the start. Over the past few years, we’ve worked with startups, large-scale platforms, and everything in between. What have we learned? Cloud without solid DevOps is like buying a sports car but never changing...

by Karandeep Singh
Tag: devops
28-Aug-2025

DevOps

A Step-by-Step Guide to Using Secret Manager with GKE and CSI Driver

Introduction  Management of sensitive information such as API keys, credentials and configuration secrets are an important part of developing safe and reliable Skylands applications. In Google Cloud Ecosystem, Secret Manager provides a centralized and safe way to save, access and manage these secrets.When running applications on...

by Pooja Bisht
Tag: devops
27-Aug-2025

DevOps

From Raw Logs to Structured Data: Working with Datadog Log Pipelines

Introduction Logs coming from different services often follow inconsistent formats, naming conventions, and structures. This makes it difficult to search, analyze, and correlate events across your systems. Datadog Log Management solves this challenge with Pipelines, Processors, and Standard Attributes, which let you extract key fields,...

by Devendra Kumar Singh
Tag: devops
26-Aug-2025

DevOps

Stop Paying Extra: How We Helped an Ad-Tech Company Cut AWS RDS Costs by Upgrading from MySQL 5.7

Introduction If you're still running MySQL 5.7 on Amazon RDS, it's time to act. AWS started charging for Extended Support in March 2024. By mid-2025, that charge is no longer theoretical, and paying for it is kind of unacceptable. You're likely already paying for it, and the cost will double by the end of this year. [caption...

by Karandeep Singh
Tag: devops
26-Aug-2025

MSP

Beyond Configuration: Ansible’s Hidden Superpowers in Modern Enterprise Automation

Introduction In the rapidly evolving landscape of enterprise IT, automation has transcended from being a "nice-to-have" to mission-critical infrastructure. While most organizations recognize Ansible as a powerful configuration management tool, its true potential lies in addressing complex, multi-dimensional challenges that traditional...

by Deepak Parihari
Tag: devops
25-Aug-2025

DevOps

Upgrading the Terraform AWS Provider: Painful, But Worth It

Introduction If you're using Terraform for IAAC with AWS, you might have probably declared the provider like this in your code: provider "aws" {  region = "us-west-2" } [caption id="attachment_73692" align="aligncenter" width="625"] terraform + aws[/caption] And it worked. So you left it alone. Then one day, someone tries to use...

by Karandeep Singh
Tag: devops
20-Aug-2025

DevOps

Mastering Terraform State: Real Incidents, Lessons, and Best Practices

Introduction: What is Terraform State? Terraform doesn’t just apply your infrastructure code and forget about it. It keeps track of what’s been created — every EC2 instance, every S3 bucket, every RDS database, every security group, and many more. That data is stored in a file called terraform.tfstate. This state file is how...

by Karandeep Singh
Tag: devops
08-Aug-2025

DevOps

Paying to Ping? We Switched to Uptime Kuma and Saved Big

Introduction We used to rely on Pingdom for uptime monitoring. It worked well with simple checks, nice UI, and reliable and clean alerts. But one day, someone on our DevOps team casually said: "Hey, why are we paying for something that only pings URLs?" And that kicked off a big conversation. The Cost Wake-Up Pingdom wasn’t...

by Karandeep Singh
Tag: devops
07-Aug-2025

DevOps

Unseen Costs, Visible Impact: How Proactive ALB Management Drives Cloud Efficiency

Introduction Handling AWS costs is very important for cloud bill optimizations. One overlooked service that can significantly contribute to monthly expenses is Elastic Load Balancing. Our team, which works for a global advertising management platform client, a powerhouse in advertising and connected TVs, recently undertook a major step...

by Karandeep Singh
Tag: devops
11-Jul-2025

DevOps

Reclaiming Cloud Efficiency: Strategic Rightsizing for Business Impact

Introduction Cloud cost optimization is a vast and evolving discipline, but at its core, it starts with visibility. You can’t optimize what you can’t see. So, gaining granular insight into your cloud usage and billing is the basic foundation. You're not the only one who has ever thought, "This bill feels too high," after seeing your...

by Karandeep Singh
Tag: devops
10-Jul-2025

DevOps

How Amazon MSK Helped Us Stop Babysitting Kafka

Introduction For years, we have used Kafka in the Data Centre, then we moved to AWS and started using EC2 to run Kafka. However, the headaches increased along with our usage. We began to feel as though we were spending more time managing Kafka than creating anything of value due to broker upgrades, Zookeeper problems, imbalanced...

by Karandeep Singh
Tag: devops
08-Jul-2025

DevOps

Backup Like a DevOps Pro: 8 mysqldump Tips You Probably Didn’t Know

Introduction If you have worked with databases, you might have definitely crossed paths with MySQL, and probably used mysqldump at some point. It’s a go-to utility for backing up MySQL databases. But let’s be honest — most of us use it in its basic form and forget about it. Here’s the thing: MySQLdump is way more powerful than we...

by Karandeep Singh
Tag: devops
04-Jul-2025