Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

How AI + Automation Are Paving the Way for Autonomous Networks

Network management teams are drowning in alerts, tickets, and manual escalations—slowing MTTR, driving up costs, and jeopardizing service quality. But the rise of AI-driven automation is changing the game. In this webinar replay, experts from Grokstream and Resolve will discuss how AIOps and automation are shaping the future of autonomous networks. Join Josh Kindiger and Ari Stowe to see firsthand how AI can reduce noise, detect root causes, and trigger end-to-end remediation without manual effort.

Self-hosted runners vs cloud CI/CD: A complete decision guide

Your CFO just asked about operational efficiencies across the engineering org. Tooling budgets are under the microscope, and suddenly CI/CD costs are getting attention. Sound familiar? When the pressure’s on to cut software spend, CI/CD often looks like a tempting target. It’s visible, measurable, and seemingly easy to move.

Prometheus and CloudWatch Integration for AWS Metric Collection

The Prometheus CloudWatch exporter pulls AWS CloudWatch metrics into your Prometheus setup, giving you a unified view of your infrastructure alongside application metrics. If you're already running Prometheus and need visibility into AWS services like EC2, RDS, or Lambda, this exporter handles the integration without forcing you to switch monitoring stacks.

How to Convert MS Access Database to MySQL

Microsoft Access is a relational system for managing databases that is used to create small-scale databases for a single user or small teams. MySQL is a robust open-source relational database management system for more extensive data volumes and web applications. With the help of dbForge Studio for MySQL, you can easily migrate data from Microsoft Access to MySQL and preserve data and functional integrity.

#046 - Simulating, Scheduling, and Saving: Optimizing Kubernetes with David Morrison (Applied Res...

In this episode, Itiel has an insightful conversation with Dr. David Morrison, a research scientist and founder specializing in Kubernetes scheduling and autoscaling. David shares his journey from operations research to leading distributed systems efforts at tech giants like Yelp and Airbnb. Learn about the transition from Apache Mesos to Kubernetes at Yelp, including the role of their open-source API layer, Pasta.

Kubernetes Costs: More Than Meets The Eye

As organizations expand their Kubernetes deployments and scale production workloads, effective cost management becomes an essential priority. The rapid innovation demanded from development teams often intersects with a shortage of advanced Kubernetes expertise, leading to resource inefficiencies and unnecessary expenses. This challenge is further amplified by the growing prevalence of AI/ML workloads and the intricate demands of GPU utilization.

How to Deploy Helm Charts on Kubernetes the Easy Way with Qovery

Deploying Helm charts on Kubernetes can be complex, especially when dealing with configuration overrides, security, and environment-specific setups. In this article, we show how Qovery simplifies Helm chart deployment through a seamless developer experience, robust security defaults, and powerful automation, without sacrificing flexibility.

Amazon SQS Metrics: Monitor, Debug, and Optimize Your Message Queues

Message queues quietly take care of a lot—buffering workloads, smoothing traffic spikes, and keeping services connected. But they don’t always get much attention until something feels off. Amazon SQS offers a solid set of metrics to help you understand how your queues are doing, whether you’re scaling well or nearing limits. This blog breaks down the key SQS metrics: where to find them, what they mean, and how to respond when things start to shift.

How to Configure Docker's Shared Memory Size (/dev/shm)

Your Node.js app runs fine on your machine. But inside Docker? You start getting weird crashes—ENOSPC: no space left on device. Chrome headless tests fail out of nowhere. PostgreSQL throws shared memory errors under load. The problem? It’s probably /dev/shm, the shared memory volume Docker sets up by default. Most containers get just 64MB of space here.