Operations | Monitoring | ITSM | DevOps | Cloud

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

Right workload, right place

The cloud first default has flipped. But every workload decision now needs to be made more deliberately. Civo Product Director Russ Smith shares his key takeaway: understand your legal constraints, know your lock-in maths, and check whether the economics that made sense three, five, or ten years ago still hold up today. You don't need to fund a new platform. You need a managed sovereign place for your data that actually fits where you are now.

AI Red Team Agents Automate Attacks on your AI Agents. Runtime Policies Automate their Defense.

The AI red teaming market grew up fast this year. OpenAI bought Promptfoo, Cisco and Microsoft shipped automated attack suites, and a seed-stage startup publicly compromised 50 of 55 live customer service bots. These platforms find real problems at a scale no human team can match. But when you read the findings closely, a pattern emerges: agents talked into refunds, transfers, and data leaks they had standing authority to perform. Patching the prompt fixes one phrasing until the next model update.

Why London's tech community should care about AI, cloud and digital sovereignty in 2026

London has spent decades establishing itself as one of the world’s major technology hubs. Its strength comes from the concentration of AI and technology startups, financial services and fintech, highly regulated industries, universities and research institutions, international businesses and technology companies, alongside a large community of developers and engineers.

Sovereign cloud and open source: Why software freedom matters for digital sovereignty

The sovereign cloud conversation has been dominated by physical location and legal jurisdiction. Both matter. But there's a third leg most discussions skip: the software stack itself. If the platform running a sovereign cloud is proprietary code controlled by a company in another country, its sovereignty has a soft underside.

Building AI SRE Agents, Part 2: Leave the Laptop, Earn Trust

Moving the agent off your machine and pointing it at real clusters — read-only, in shadow mode — then climbing a trust ladder toward carefully scoped action. This is the second article in a three-part series on taking an AI SRE agent from a weekend experiment to enterprise production. Part 1 built a local agent on a throwaway cluster: read-only, propose-only, refined against a small eval set, with portable skills and no production write access.

Safer Kubernetes rollouts with minReadySeconds

Picture the scene: you’ve just deployed a rolling update to your service. Half of your pods are running the new version, they all passed their readiness checks, and Kubernetes terminated the old replicas. Suddenly, the new pods start throwing 503 errors. Thankfully, you still have pods on the old version, so you stop the update. If the rollout had been a little bit faster, you’d have an outage. This is the failure mode minReadySeconds exists to prevent.

Private cloud vs. Public cloud: Which delivers greater control and flexibility?

As businesses evolve in today’s digital landscape, the need for efficient and scalable computing resources has become paramount. In the early days of the Internet, large corporations would build or rent out large data centers to run their applications and serve customers. This was great as they could use dedicated hardware and expand as they pleased.

From vibe coder to enterprise: How Konstruct scales with you

Platform teams spend 6–12 months building the thing Konstruct gives you on day one. Secrets, certs, DNS, cluster provisioning, then doing it all again for the next team, the next cloud. Konstruct is one control plane that scales from a solo builder to a hundred-person platform org, without you ever re-architecting. Climb the responsibility ladder on your terms, hosted app, hosted cluster, hosted control plane, fully self-hosted. You decide where the line sits.

How to Monitor Docker Containers You Cannot Rebuild or Redeploy

How long would it take you to get one new line of code into the container running your payment service? In a lot of organizations, the answer runs to weeks, because the change has to clear a build owner, a test cycle, and a release window that nobody wants to open early. That timeline is why so much monitoring advice fails on contact. Most of it opens by telling you to add a library, rebuild the image, and push a new version. If you could do that this afternoon, you would have done it already.

How eBPF Observability Monitors Docker Containers Without a Rebuild

How many containers are running in your production environment right now that nobody can see inside? A vendored service, a compiled binary, an application whose build pipeline left with the developer who wrote it: each one runs, serves traffic, and reports nothing. Instrumenting those workloads means a code change, a rebuild, and a redeploy, and on these containers none of the three are available.