Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Introducing relaxAI by Civo: The AI Assistant That Puts Your Data First

Learn how relaxAI, our cutting-edge AI assistant, can help you unlock the full potential of artificial intelligence with a focus on data privacy and security. With its advanced LLM models and user-friendly interface, relaxAI is designed to make AI more accessible and powerful for businesses and individuals alike. In this video, Ben Norris, AI Engineer at Civo, will take a closer look at the features and capabilities of relaxAI and show you how it can help you streamline your workflow, improve productivity, and drive innovation.

What AI workloads really need from your network

The rapid advancement of generative AI has brought with it new challenges and complexities - particularly when it comes to networking. As organisations globally rush to leverage large language models (LLMs) to transform their operations, it’s imperative to understand that AI isn’t just about algorithms and data science, it’s also about the network that underpins it all.

Essential Python Monitoring Techniques You Need to Know

Python powers critical applications across countless organizations, from data processing pipelines to web services that handle millions of requests. While Python's readability and extensive ecosystem make it a developer favorite, its performance characteristics require thoughtful monitoring. As systems grow in complexity, understanding what's happening inside your Python applications becomes increasingly important.

Kubernetes Alerting That Won't Burn You Out

Kubernetes production environments require robust alerting to catch problems before they impact users. While monitoring shows system state, proper alerting tells you when something needs attention. This guide outlines 15 key Kubernetes alerts that help DevOps teams avoid outages and minimize downtime. For each alert, we provide implementation guidance and troubleshooting steps to resolve common issues quickly.

CRA compliance: Things IoT manufacturers can no longer do under the CRA (and what to do instead)

I’ve written about the EU Cyber Resilience Act (CRA) on our Canonical blog a few times now, and I think now’s the perfect time to talk about the implications of this new regulation and what it means for IoT and device manufacturers on the practical level of how they design and build Products with Digital Elements (PDEs).

OWASP CI/CD Part 3: Dependency Chain Abuse

As more teams rely on public repositories in their software supply chain, the dependency chain has become both a critical foundation and a potential blind spot. Dependency chain abuse is not new, but a growing list of attack vectors - like typosquatting, dependency confusion, and now slopsquatting - means security leaders need to respond quickly as attackers adopt new techniques.

Get Set Up in 5 Minutes or Less: A Fresh, Seamless Onboarding Experience

When you’re up and running with FireHydrant, there’s no better incident management experience out there. We built it that way — fast, intuitive, reliable when it matters most. Now, the first five minutes are just as streamlined and enjoyable as the rest. We rebuilt our onboarding flow from the ground up and cut setup time by over 90% in the process. With the new onboarding experience, you get a guided experience to connect your tools and get the most out of FireHydrant.

Vibe Coding for Production | full video

Vibe coding, even on a large production application, can change how a developer works. In this video, I live vibe code a real shipped feature end to end with (mostly) no edits. I'm pretty new to the practice, but I wanted to share what I've found to work pretty well. If you want to see how vibe coding works on legacy code in the real world, this may be for you. Chapters.

Easiest Way to Monitor Loki Performance With Telegraf

Loki is a powerful, scalable log aggregation system designed by Grafana to efficiently collect, store, and query logs. It’s often deployed alongside Prometheus as part of modern observability stacks. Loki’s design emphasizes cost-effective storage by indexing only metadata, which makes it a great choice for high-volume environments. But while Loki excels at log ingestion and indexing, many teams overlook the critical task of monitoring Loki itself.