Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

AWS EKS Auto Mode with Qovery - Valuable Or Not?

At Qovery, we are closely following the development of EKS Auto Mode, a new feature from AWS designed to simplify Kubernetes management by automating various foundational components. While we recognize the effort AWS has put into this, our initial evaluation shows that EKS Auto Mode is still in its early stages and does not yet offer sufficient value to be a strong consideration for our users.

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.

Beyond cost optimization: Key FinOps trends heading into 2025

Picture this: A chic Barcelona seaside hotel, gusty autumn winds, endless tapas, and the Rioja flowing. Could there be a better setting for a FinOps conversation? That was the setting for FinOpsX Europe! It brought together 500 practitioners from EMEA, APAC, and even LATAM. Everyone was in the mood to learn and interact: exchange ideas, share challenges, and find solutions. Here’s a peek at the hottest discussion topics.

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.

A Year to Remember: Cloudsmith's Journey Through 2024

What a year it’s been at Cloudsmith. As we look back on 2024, it’s hard not to feel a sense of pride - and even a little awe - at how far we’ve come. From a scrappy startup to a trusted partner for some of the biggest names in the world, this year has been a turning point, both for our company and the people who make it special. In this video, our CEO, Glenn Weinstein, reflects on the highs, the challenges, and the moments that defined this year for us.

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.

Using gRPC with Python

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.