Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

My 5 Favourite Things About Cloud Commander

Raindrops on roses and whiskers on kittens, bright copper kettles…OK, OK, OK, for any of you that read My Five Favourite Things to Automate blog know where I’m going with this, so I’ll save you the rest. Instead, let’s get stuck into what brings us here today: Cloud Commander. Prior to its launch I worked with partners previewing the product, and seeing first-hand how it can have a significant impact on anyone responsible for managing Microsoft 365, Azure, and Intune environments.

How to make your services resilient to slow dependencies

When discussing reliability, we tend to focus on the things that we have control over: applications, virtual machine instances, deployment patterns, etc. But this ignores a significant and ever-growing part of nearly all modern software: dependencies. Dependencies are services that provide extra functionality for other services and applications. For instance, many websites depend on databases, caches, payment processors, and similar services in order to function.

Navigating Automation: Uniting Resolve Systems' Framework with TM Forum's Model for Operational Excellence

With the possibilities for increased productivity, reduced costs, and improved customer experiences, organizations are embracing automation across multiple areas of their operational activities. However, navigating the complexities of automation requires a structured approach. This is where frameworks such as Resolve Systems’ Automation Capability Framework and the TM Forum Automation Maturity Model come into play.

Why don't we talk about minifying CSS anymore?

Minifying your CSS helps improve your website performance. But as developers, we don’t really talk about minifying CSS anymore. Why? The TL;DR is that the delivery and optimization of CSS have both been improved with modern tech stacks, making it practically a non-issue. The efficient and performant delivery of CSS is largely solved by HTTP/2 and modern compression algorithms, whilst modern front end frameworks take care of the boring optimization jobs such as code-splitting and minification.

Bridging the IT-business comms gap comes down to this one word: Ask

A highlight of the SRE Report is the insightful analysis based on the organizational ranks of respondents. The 2023 installment exposed significant misalignment between practitioners and management in several key areas, including the benefits of AIOps, the challenge of tool sprawl, and attitudes towards blamelessness. While the 2024 SRE Report showed a rare consensus on the importance of monitoring external endpoints, it uncovered yet more ongoing differences. Let’s dive in.

Computerized Maintenance Management System (CMMS): Everything You Need to Know

In the world of modern industrial management, companies are constantly seeking ways to automate and optimize their operations, improve maintenance efficiency, and extend the lifespan of their equipment. Excel spreadsheets checklists just won’t cut it anymore for maintenance needs and asset health. This is where Computerized Maintenance Management System (CMMS), or Maintenance Management Software, comes into play.

HAProxy Fusion: New External Load Balancing & Multi-Cluster Routing Features

Recently, we added powerful new K8s features to HAProxy Fusion Control Plane—enabling service discovery in any Kubernetes or Consul environment without complex, technical workarounds. We've covered the headlining features in our HAProxy Fusion Control Plane 1.2 LTS release blog. But while service discovery, external load balancing, and multi-cluster routing are undeniably beneficial, context helps us understand their impact.

Google Announces Broadcom as Partner of the Year for Infrastructure: Networking

As part of the Google Cloud Next ‘24 conference this year, Broadcom has been named a Google Cloud Partners Awards winner in the Technology category, specifically for Infrastructure - Networking. This award recognizes a winning combination of technologies to deliver innovative solutions in the network space.

How to use the Grafana Operator: Managing a Grafana Cloud stack in Kubernetes

When deploying an application using Kubernetes, you get used to all your resources being manageable by describing them to the Kubernetes API. Whether it’s deployments, secrets, configurations, or entire machines, everything exists as code somewhere. Introducing a cloud service into such an environment often means introducing additional ways to configure it, which can become cumbersome, given the rising number of cloud services modern applications depend on.