Operations | Monitoring | ITSM | DevOps | Cloud

Ninja Quick Guides: How to Get Device Warranty Info Remotely

Keeping track of and maintaining IT assets is essential for a successful business. However, Capterra reports that businesses are reacting instead of preventing maintenance issues 80% of the time. Proactive IT asset management is made possible with a current and accurate IT asset inventory.

FAQ: MLOps with Charmed Kubeflow

Charmed Kubeflow is Canonical’s Kubeflow distribution and MLOps platform. The latest release shipped on 8 September. Our engineering team hosted a couple of livestreams to answer the questions from the community: a beta-release webcast and a technical deep-dive. In case you missed them, you can read the most frequently asked questions (FAQ) about MLOps and access helpful resources in this blog post. Note that you can also watch the videos on Youtube: Beta-release & a technical deep-dive.

What is DevOps? A Comprehensive Guide

The term DevOps is a combination of the words “development” and “operations.” In practice, DevOps is a collaborative approach to the work that is performed by an enterprise’s IT operations staff and their application developers. Collaboration and communication between these two teams, who might otherwise function separately, are meant to increase the speed and quality of product or application releases.

Grafana Cloud Metrics: A guide to what metrics to monitor and best practices

Metrics are the cornerstone of an observable system – they tell you a system’s measured outputs, granting visibility into what your customers are experiencing and when there’s a problem. However, not all methods for recording and saving metrics from a system’s output are alike. The best method for shipping your system’s metrics to Grafana Cloud depends on many factors, varying from the source of your metrics data to your familiarity with observability tools.

GitOps your service orchestrations

GitOps takes DevOps best practices used for application development (such as version control and CI/CD) and applies them to infrastructure automation. In GitOps, the Git repository serves as the source of truth and the CD pipeline is responsible for building, testing, and deploying the application code and the underlying infrastructure. Nowadays, an application is not just code running on infrastructure that you own and operate.

Measuring cloud cost efficiency for FinOps

Public cloud can deliver significant business value across infrastructure cost savings, team productivity, service elasticity, and DevOps agility. Yet, up to 70% of organizations are regularly overshooting their cloud budgets, minimizing the gap between cloud costs and the revenue cloud investments can drive.

The DORA metrics backstory

DORA metrics are becoming the industry standard for measuring engineering efficiency, but where did they come from? ‍ We talk a lot about DORA metrics here at Sleuth — what they are and how to measure them. But we haven’t shared much about the context of DORA metrics — their history and why we use them. So let’s do that. This article provides a summary.

Tips to make your Retrospectives Meaningful

If done right, retrospectives can help you inspect past actions, help adapt to future requirements and guide teams towards continuous improvement. However, organizations find it difficult to adopt the right mindset to execute retrospectives effectively. This blog will help you understand what retrospectives are and provide valuable tips to make your retrospectives meaningful. This blog will cover,

An Introduction to GitOps and Argo

In an ideal world, developers would be able to release new products and features from development environments into production extremely fast while also not having to stress about breaking prod. Achieving this combination of development speed while also maintaining software reliability requires having the right toolchain and automation in place.