Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

The business value of frequent deployments: Faster time to market

In this series, we’ve been exploring the different layers of business value you can gain from deploying software more frequently. We’ve already looked at the hard costs you can save, and the valuable developer time you can recoup. But that’s not the end of the story. Not by far. Picture an iceberg. The top, the visible part, is those hard costs. Just beneath the surface is that time that can be gained by redeploying wasted time to projects that matter.

From Alert Madness to Incident Response Nirvana: An AIOps and ITPA Strategy

Complex environments are notorious for generating a high volume of alerts. For IT teams, this deluge presents a critical, time-consuming challenge. Managing alerts and incident response keeps these busy professionals under constant pressure and risks alert fatigue. Nonstop “noise” can desensitize people and actually lead to missed or ignored alerts—risking delayed responses and downtime. These high stakes make handling alerts a key security and productivity issue.

Ensuring High Availability with Azure Datacentre Redundancy

In today’s fast-paced business environment, downtime can have severe consequences for any organization. It can lead to lost revenue, decreased productivity, and loss of customer trust. Therefore, it is essential to ensure that your business-critical applications are always available, no matter what. This is where Azure Datacentre Redundancy comes into play.

See how reliability management enhancements expand your SLO value

When we announced the general availability of reliability management in Sept 2022, you saw how crucial this functionality was for the digital customer experience. Unique insights from users helped to improve the experience and usability that we’ve incorporated into our latest release. Now you can use a wide range of features that will help you on your reliability management journey.

Get notified on Azure app registration client secret expiration!

Azure AD app registration identities are used to provide access to specific resources in Azure. We use some App Registrations in Azure, for example, the security concerns, many organisations dislike enabling users to build Azure Active Directory (AAD) and Service Principals (SP). Building a manual process, on the other hand, might be a bottleneck and a time sink. However, you can build an Office365 form for users to request AAD application registration.

10 Alternatives To Layoffs For Tech Companies In 2023

Alphabet. Netflix. Shopify. Amazon. Meta. Microsoft. These are just a few of the leading tech companies that recently laid off thousands of employees. Slashing jobs, because it is often one of the biggest expenses for tech companies, may seem like a quick fix, but it can be counterproductive, especially when it impacts experienced engineers. So, what are the specific reasons tech companies are cutting jobs? And what are the alternatives to layoffs?

Monitor any SQL metrics with Netdata (and Pandas )

We recently got this great feedback from a dear user in our Discord: This is great and exactly what we want, a clear problem or improvement we could make to help make that users monitoring life a little easier. This is also where the beauty of open source comes in and being able to build on the shoulders of giants - adding such a feature turned out to be pretty easy by just extending our existing Pandas collector to support SQL queries leveraging its read_sql() capabilities.

How to Create and Manage Secrets in Kubernetes

Kubernetes Secrets are a built-in resource type that's used to store sensitive data. This blog teaches you how to work with Secrets in Kubernetes. Kubernetes can do many things, but we usually refer to it as a “container orchestrator.” Orchestrating containers means starting and restarting them when needed, ensuring their configuration matches the declared state, and autoscaling them. But Kubernetes can do much more than that.