Operations | Monitoring | ITSM | DevOps | Cloud

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

Lighthouse vs Sitespeed + Graphite: A Comparative Analysis of Web Performance Tools

Web performance is a critical aspect of delivering exceptional user experiences. To measure and optimize website performance, various tools are available, each offering unique features and capabilities. In this article, we will compare two popular web performance tools: Lighthouse and Sitespeed combined with Graphite. We'll explore the strengths and benefits of each toolset, helping you make an informed decision for your performance testing and optimization needs.

Hybrid Networks Don't Have to be Complex: How Simplification Changes the Game

Running a hybrid network requires a deep understanding of how data is transmitted, received, and processed, as well as knowledge of different hardware, software, and security protocols. Additionally, as technology evolves, new challenges and considerations arise, such as the integration of IoT devices, SaaS, containers, and the increasing importance of cybersecurity. Overall, computer networking is a constantly evolving field that requires ongoing learning and adaptation.

11 Cloud Computing Examples You Need To Know

Using the cloud is like ordering a meal from a restaurant. You can choose the type of food you want. You decide the amount you want to order. And, you choose the frequency you want to have it delivered to you. It's an efficient and customizable way to meet your needs — or is it? Each organization has different needs and considerations, and it takes careful thought to find the model that will best serve those needs.

[Product Klip] Application View

Guy Menahem, our resident Cloud Native Computing Foundation (CNCF) Ambassador, showcases Komodor's brand new dashboard for developers! The dashboard takes an app-centric approach, which provides devs with a single, unified view of their workloads even if they're running on multiple clusters or clouds. It reduces noise for devs, and allows them to focus on the metrics and KPIs that matter to them, which enables devs to finally own their apps end-to-end and stop relying on DevOps and Platform teams.

What are Azure Functions?

Serverless computing, also known as Functions as a Service (FaaS), has taken the world of cloud computing by storm. A game-changer in its own right, serverless computing has completely transformed the way developers approach and design their applications by abstracting the underlying infrastructure layer. But what makes it a powerful paradigm shift?

Improve Visibility and Capture More Data with Triage Incidents

As new incidents emerge, there are often many unknowns about the size, severity, and cause of the problem. Sometimes it’s not clear if the problem is an incident at all. That’s where introducing a triage stage to your incident management process can help. In this post, we’ll look at the benefits of adding a triage layer to your incident management, and how Rootly’s Triage feature allows you to seamlessly transition from triage to real incident (or false alarm).

How to display a metric on a Graphite dashboard

Graphite is free and open-source software. It is used as a time-series database monitoring tool, where you can collect, store and display time-series data in real-time. As you can monitor certain metrics of this data using Graphite, it has a very useful and simple dashboard used to visualize these metrics. This article will show you how to display a metric on your Graphite dashboard. MetricFire specializes in monitoring systems.

Why you need to protect your confidential virtual machine from itself

In the traditional computing threat model, privileged system software like the hypervisor, host OS, firmware, and DMA-capable devices were all granted access to the data and code of your workloads. This was widely accepted because it seemed necessary for the system managing VM resources (memory, execution, and hardware access) to also have access to the workload’s data. How else could it manage it after all?