Operations | Monitoring | ITSM | DevOps | Cloud

Getting started with Jenkins dashboards

Jenkins is an open-source automation server widely used for continuous integration and continuous delivery (CI/CD), enabling developers to automate the building, testing, and deployment of software projects. Jenkins requires a good layer of visualization as it provides real-time visibility into pipeline performance, build statuses, test results, and deployment progress.

AI on constrained embedded devices with Ubuntu Core

As AI moves closer to production, running inference on embedded devices is becoming essential, but challenging. In this session, Gabriel Aguiar Noury (Product Manager at Canonical) explores how snaps and Ubuntu Core simplify the packaging and deployment of AI models on resource-constrained devices, while maintaining security and updatability.

3 Ways to Use FinOps Automation for Cloud Cost Optimization

The cloud is the backbone of modern businesses, revolutionizing the trajectory of innovation, technology and business itself. While its promise of instant scalability and flexibility drives unprecedented growth, these same advantages can become a double-edged sword. The ease of spinning up new resources, automating deployments, and expanding services across regions—all of which make the cloud so powerful—can quickly lead to sprawling infrastructure and runaway costs if not carefully managed.

Windows 10 Support: What You Need to Know

Windows 10 Support: What You Need to Know Windows 10 is approaching its end of support, with the final update set for October 14th. Users can access extended security updates for three years via an annual subscription, which requires a key for installation. Ivanti will also offer support for these updates, providing an add-on license for existing users. It's recommended to plan for the initial updates, which will start in November.

Observe VMWare vCenter Cluster and Cloud with Confidence: Achieve Full Stack Observability with DX Operational Observability (DX O2)

As enterprises continue their cloud and container journeys as part of modernization efforts, they are realizing “hybrid reality” is here to stay. For many, moving all services to clouds or containers is not a viable option. As a result, at least some services will be required to remain on premises. This presents unique challenges and ongoing complexity for monitoring and observability.

How Quick User Tests Help Us Make Better UI Decisions in Icinga Web

Designing user interfaces for Icinga Web is always a bit of a balancing act. Once we’ve worked through all the technical and conceptual details of a new feature, it can be tough to step back and see things from a fresh user’s point of view. We as developers know too much — and that makes it hard to guess how others will understand what we’ve built.

Kafka Tiered Storage in depth: How Reads and Deletes Flow (Prefetching, Caching)

In this article, we will be continuing our series of deep dives into KIP-405. Previously, we covered: Now, we turn our attention to the internals of the read and delete paths. Just like we did for the write and metadata, here we will also be focusing on Aiven’s battle-tested Apache-licensed KIP-405 plugin. What makes the read path particularly interesting is how it delivers latency comparable to local disk or memory systems despite leveraging external object storage—let's dive in!