Operations | Monitoring | ITSM | DevOps | Cloud

Team-Based DLP: Give Each Group Its Own Redaction Rules

A shared Kubernetes cluster rarely belongs to one team. Payments runs checkout in one namespace, search runs search-api in another, and a risk team runs a scorer somewhere else. One Speedscale forwarder captures API traffic for all of them. Redacting that traffic before it leaves the cluster is what makes it safe to use for testing (the background is in The PII Testing Dilemma). Until now, that forwarder ran exactly one DLP rule. Every team that needed a field redacted had to edit the same JSON document.

Kling AI pricing in 2026: plans, credit costs, API packages, and the spend no invoice shows

Kling AI pricing runs from a free tier of 66 daily credits to a reported $180 per month, with annual billing about 34% cheaper. Kling 3.0 bills per second: 6 to 12 credits for standard resolutions and 30 for native 4K. The API sells separate prepaid packages from $9.80 to $7,560.

Token-based pricing: how AI usage billing works (2026)

Token-based pricing charges for AI by the volume of text a model processes, metered separately for input tokens (what you send) and output tokens (what the model returns). As of 2026, OpenAI, Anthropic, and Google all bill their APIs this way, and the model is spreading into enterprise chat products. Bills scale with usage rather than seats.

Platform engineering in the age of AI

94% of engineering leaders say their AI metrics are missing. Here's how platform engineering is changing to close that gap. Based on the InfoQ webinar "Platform Engineering in the Age of AI," featuring panelists from Harness, DKB, and Shine, August 18, 2026. 94% of engineering leaders say the AI metrics that matter most to them are missing.

How to build a Language Server Protocol (LSP) plugin for Claude Code

Language servers give editors structured, real-time feedback: diagnostics, hover docs, autocomplete, and other guidance that would otherwise surface later. Language servers already exist for many of the languages and tools developers use every day, but Claude Code doesn’t automatically receive their feedback.