Operations | Monitoring | ITSM | DevOps | Cloud

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

How SaaS Companies Can Profitably Price AI Agents

AI agents are undoubtedly exciting. What company would turn down the opportunity to use an intelligent bot that can make decisions, perform complex tasks, and take on the tedious work employees would normally have to deal with? On paper, AI agents sound like tremendous time and money-savers. The reality, however, is a bit different from the fantasy.

The DigitalBridge Blueprint: Marc Ganzi on Power, Capital, and the AI Revolution | Uplink | Ep.10

What fuels the AI revolution, cloud expansion, and always-on connectivity? Infrastructure. In this episode of Uplink, host Michael Reid sits down with Marc Ganzi, CEO of DigitalBridge, to explore the rise of the digital infrastructure economy. With $100B+ in assets under management, Marc and his team are building the physical foundations of the internet—from hyperscale data centers to mobile towers and subsea cables.

Hyperview DCIM vs. Nlyte DCIM: Which Software is Right for You?

Hyperview stands out with its transparent and flexible subscription-based pricing. Being a cloud-based solution, it eliminates hefty upfront costs often associated with traditional DCIM software. Updates and upgrades are rolled out seamlessly with zero downtime, and there are no hidden fees, making it highly budget-friendly for businesses looking to control long-term costs.

Azure CDN for Static Assets, APIs, and Front Door

If your users are spread across the globe but your servers are sitting in Virginia, you’ll probably hear complaints about slow load times, especially from places like Australia. CDNs fix this by caching static assets closer to where your users are. Azure CDN does exactly that, and it fits well if you're already using Azure services. You can hook it up to Blob Storage, App Services, or your origin. This guide covers how to set it up, what to expect, and how to know it’s working.

GitKraken Desktop 11.2: Merge Conflicts, Meet AI (and More Dev-Quality-of-Life Wins)

We’ve been steadily building something powerful into GitKraken: AI that understands your code and your context. In recent releases, GitKraken AI has already helped you: Now, in version 11.2, it’s tackling one of the most frustrating parts of your day: merge conflicts.

Infrastructure Management: Containers vs Virtual Machines

Trends in tech come and go, but certain underlying primitives stick around forever. In software, two such primitives are virtual machines and containers. Virtualization paved the way for the cloud to become massive. Data centers would likely never have been commercially viable without it. While still relatively new, containerization has already made a serious mark on the software engineering world.

Meet dbForge AI Assistant: Your Invaluable Sidekick That Reinvents SQL Coding

If writing SQL code is part of your daily work, you won’t be surprised by things like context-aware code completion, as-you-type syntax validation, and debugging. All of them are designed to enhance and speed up your SQL coding. But what if we said that you could completely reshape your experience with an AI-powered assistant? What if you could have your error-free queries generated, analyzed, and optimized in just a couple of moments?

Kubernetes sidecar deployment using CircleCI

Kubernetes excels at managing complex, containerized systems, and one of its most impactful patterns is the sidecar. Sidecar containers extend applications by running supplementary processes in tandem. This modular architecture enables enhanced observability, networking, or security layers — all without changing the core application code. Continuous Integration and Continuous Deployment (CI/CD) practices are key to reliably shipping these configurations.