Operations | Monitoring | ITSM | DevOps | Cloud

Latest posts

Data Protection Methods for IT & MSP Teams

The two words that IT and MSP teams never want to hear are “data loss.” According to Business Partner Magazine’s article on data backup, “94% of companies that fail to recover from a major data loss do not survive, and 43% of companies never resume their operation after a major data loss event.” To prevent these disasters from occurring, IT & MSP teams rely on data protection.

Developer Week Cloud Austin: Hit or Miss?

Hi there, Albane writing, Product Marketing Manager at Qovery, writing to your from Texas 🤠 With Romaric (CEO at Qovery) and Morgan (Co-founder at Qovery), we spent the last two days promoting Qovery at the Developer Week Cloud that took space in Austin, Texas. After weeks of preparation, quite a few hours of travel, and a whole setup, let me give you some insights about our first-ever conference as an exhibitor!

A Guide to MQTT Messaging Brokers and Client Software

MQTT is a machine-to-machine communication protocol. Devices publish messages to a broker under specific topics, and other devices subscribe to those topics to receive information. It’s popular because it doesn’t take up a lot of bandwidth, so IoT devices with limited network connectivity can use it. MQTT works because of brokers. Each device sending and receiving data can communicate with potentially millions of other devices while only connecting to one broker.

Synthetic Monitoring for Windows, VDI & 2FA | 2 Steps

We relate synthetic monitoring to a heart rate monitor for application performance. It fits hand in glove with real user monitoring and provides insights into how real customers and employees are experiencing the application. Historically, we’ve seen limitations with real user monitoring. If nobody is on the network or using the application, then you're not receiving any performance data. Also, the performance data that you typically receive is from a panel rather than every single user.

HAProxy: [Live Webinar] What's New in HAProxy Data Plane API 2.6

Returning from summer vacation? Eager to discover new ways you can leverage HAProxy and the HAProxy Data Plane API for load balancing? In version 2.6, the API gained support for a huge number of new keywords, moved to a newer version of the Go programming language, upgraded its version of Swagger for client library code generation, and had other important updates.
Sponsored Post

Top Tools to Help Debug Kubernetes Applications

When building cloud-based applications, managing the infrastructure becomes a bigger challenge as you scale. Kubernetes brings order to the chaos, letting you control and automate the containers used to deploy your application. Debugging in the cloud presents further challenges, and the complexities of distributed applications make it hard for many debugging setups to keep pace. Tools designed to run locally aren't effective. However, there are Kubernetes debugging tools that can handle the shift in paradigm. In this article, you'll read about several options that make debugging Kubernetes applications much easier.