Operations | Monitoring | ITSM | DevOps | Cloud

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

Breaking Silos: Unifying DevOps and MLOps into a Cohesive Software Supply Chain - Part 2

In this blog series, we will explore the importance of merging DevOps best practices with MLOps to bridge this gap, enhance an enterprise’s competitive edge, and improve decision-making through data-driven insights. Part one discussed the challenges of separate DevOps and MLOps pipelines and outlined a case for integration.

Simple Talks Podcast - Episode 13 - Ending the Season Together

Today, all the hosts (Louis Davidson, Ryan Booz, Kellyn Gorman, Steve Jones, and Grant Fritchey) get together for a festive adjacent discussion about AI, content, books, community, vector, PIVOTing, observability, and we end up with a brief discussion on gluten-free gingerbread men (because we did!) All this, though absolutely none of us broke into song like a Hope/Crosby musical!

Guide to Cloud Migration: From PaaS to IaaS

For scaling businesses, transitioning from PaaS (Platform as a Service) to IaaS (Infrastructure as a Service) is less about a choice and more about necessity. Staying on PaaS too long can result in skyrocketing costs, limited flexibility, and performance bottlenecks — challenges that only grow as your workloads and team scale.

Using GRPC with Python Best Practices Guide

Microservices are now the architecture of choice for many developers when crafting cloud-native applications. A microservices application is a collection of loosely coupled services that communicate with each other, enhancing collaboration, maintainability, scalability, and deployment. There are several options for enabling this communication between microservices. When it comes to Python, gRPC and REST are two extremely popular directions to go.

What is a DNS zone transfer? And how does it simplify transferring zone files from primary to secondary servers?

A DNS zone transfer is the process of transferring DNS records and zone files data from the primary server to the secondary server. This updates the secondary server with the current records and zone files so that it can act as a backup during failover scenarios. Zone transfer extends network services when the primary server fails by copying the primary server’s files to the secondary server.

Fiber Network Planning Pitfalls: What Your Access Vendors Aren't Telling You

When creating a fiber access network, it's important not to limit its possibilities. As network architectures have evolved, there are opportunities to unlock new revenue streams both now and throughout the operational lifespan of your network. In an increasingly competitive digital landscape, low latency has emerged as the critical differentiator between successful enterprises and those lagging. Join Ribbon as we discuss these top considerations and pitfalls.

Thoughts on Datadog's new Supply-Chain Firewall

Last month, Datadog announced an interesting and useful new feature they call the Supply-Chain Firewall (SCFW). It offers a real-time scanning approach that identifies vulnerabilities as developers pull packages from public registries like npmjs. It highlights the broader challenge organizations face when securing their software supply chain: managing risk consistently and efficiently at scale.