Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Containers, Kubernetes, Docker and related technologies.

The Investigator That Remembers: Inside Klaudia Memory

There is a particular kind of incident every SRE team is familiar with. A common component of your stack, say your Redis database, starts misbehaving. Someone spends two hours tracing it back to a connection pool exhausted by a misconfigured client, the fix goes in, and everyone moves on, for today. The following Tuesday it happens again, and whoever is on call investigates it from scratch, because the person who solved it last week is asleep, on vacation, or working somewhere else now.

Your first Internal Developer Platform: Zero to day one

Building an Internal Developer Platform doesn't have to be a months-long project. Join us for a practical walkthrough where we'll spin up a fully functional platform from zero to production-ready in under 30 minutes. We're using Konstruct's Hosted Control Plane to show you exactly how fast modern IDP tooling can be. You'll watch as we deploy a team's first cluster, showcase the essentials that actually matter, and explore how this foundation becomes the backbone of developer productivity at scale.

How to Diagnose Abnormal Kubernetes Workload Behavior (Step-by-Step)

It's 2:14 AM. CPU usage is normal. Memory looks stable. No pods are in CrashLoopBackOff. Every dashboard is green. And yet API latency has doubled, checkout requests are timing out, and your on-call phone won't stop buzzing. This is the defining trait of abnormal Kubernetes workload behavior: it rarely announces itself through the metrics you already watch. Kubernetes is exceptionally good at reporting whether a pod is running. It is far less good at telling you whether a pod is doing its job correctly.

This is what cloud freedom looks like

Proprietary tech. Vendor lock-in. Pricing you can't predict. The hyperscaler model has defined cloud computing for years. Civo was built to change that. Civo CEO Mark Boost sets out the vision, a multi-cloud and hybrid cloud future built on open standards, full cloud parity, and genuine user choice. Public cloud, private cloud, and AI infrastructure that gives you total control over your data, your infrastructure, and your spend.

Save the Address, Save the Cloud: A Hands-on KubeVirt Live Migration Workshop

In the previous post in this series, we covered why Virtual Machine (VM) Live Migration in Kubernetes is difficult: a VM’s IP is its identity, and the “new” VM on the destination node has to come up with the same IP, this something that Kubernetes is not known for, and on top of that, traffic has to switch over only after network security policies are in place.

Building AI SRE Agents, Part 1: Start Local, Break Things, Learn Fast

The first stage of AI SRE maturity is a laptop, a throwaway cluster, and zero production access. Here’s how to set it up, and what to watch for. AI SRE (Site Reliability Engineering) agents are AI-powered systems that automate the most time-consuming parts of incident response: triaging alerts, correlating logs and metrics, generating root-cause hypotheses, and proposing remediation steps.