Operations | Monitoring | ITSM | DevOps | Cloud

%term

What is the Difference Between Distributed and Centralized Version Control Systems

Safe and efficient source code management is crucial during application development. The code should be stored securely, with all changes meticulously documented to catch and fix any errors, especially when multiple developers are involved. This is typically done using version control systems (VCS). Version control enables teams to collaborate effectively, reduce risks, and maintain stability.

Installing OneUptime with Kubernetes - A Step-by-Step Guide

Welcome to our comprehensive step-by-step guide on OneUptime with Kubernetes! In this tutorial, we will walk you through the process of deploying and managing your applications using OneUptime in a Kubernetes environment. Whether you're a beginner just getting started with Kubernetes, or an experienced developer looking to optimize your workflow, this guide is designed to help you understand and harness the power of OneUptime with Kubernetes.

#027 - Kubernetes for Humans Podcast with Ben Sigelman (ServiceNow)

Ben Sigelman is the General Manager of ServiceNow Cloud Observability, which solves for the reliability and performance of cloud and cloud-native applications while broadening the scope and leverage of the broader Now Platform. Previously, he co-founded and was CEO of Lightstep, which ServiceNow acquired in 2021, and co-created both the OpenTracing and OpenTelemetry projects. Ben also helped define modern observability with his work on tracing and metrics monitoring at Google (the Monarch and Dapper projects) and was a pioneer in SRE best practices and tooling.

Elasticsearch accelerates building AI search apps on serverless

Today we are announcing the availability of Elasticsearch Serverless in technical preview, which features: Early access customers have used this new self-service option for a range of use cases — from internal analytics to building generative AI applications and conducting machine learning tasks.

Conventional Commits using AI with GitLens in VSCode

Writing a good commit message is time-consuming. With GitLens, you can use AI providers like OpenAI, Anthropic, or Gemini to generate a commit message based on your staged changes in git. If you go to Settings and modify the prompt, you can also convert the commit to a "Conventional Commit" format, which provides context and helps with automations like generating changelogs.

The Future of Observability: High-Performance Observability at Edge and Beyond with Rust

Join Prabhat Sharma, founder of Open Observe, as he delves into the realm of high-performance observability. Learn about the challenges faced by cloud workloads and explore innovative solutions to enhance observability at the edge, in servers, and across cloud environments. Prabhat shares his journey from addressing persistent problems with existing solutions to building Open Observe, an open-source platform revolutionizing logs, metrics, traces, and dashboards. Gain valuable insights into the power of Apache Arrow Data Fusion in optimizing data storage and analytics performance.

Microsoft Teams Slowness: How to Solve Microsoft Teams Slow Performance

Welcome to our guide on tackling one of the most frustrating issues in modern collaboration: Microsoft Teams slowness. Whether you're a remote worker trying to stay productive or an IT professional ensuring smooth operations for your business, dealing with Teams' slow performance can be a significant hurdle. In this article, we'll delve into effective troubleshooting strategies tailored for both personal users and IT pros.

Efficient data/file copying on modern Linux

Editing and copying large files or large numbers of files is slow. For a configuration management tool, it is probably one of the slowest things we do, apart from waiting for other programs to finish or waiting for network communication. In this blog post, we look at how to copy files. More specifically, the most performant approaches available on modern Linux systems. We are working on implementing these techniques so CFEngine and all your policy will copy files more efficiently.