Click any tag below to further narrow down your results
Links
Zalando replaced shared edge routing for high-fan-out internal calls with an in-process load balancer that mirrors Skipper’s consistent-hash ring. They built a standalone JVM module for hash-parity routing, switched to a watch-based Kubernetes informer, and overhauled their CI/CD pipeline to safely roll out traffic ramps. The change cut latency spikes, reduced costs, and boosted deployment velocity.
Novee found a pattern of CI/CD vulnerabilities in GitHub Actions workflows that let any unauthenticated user hijack build pipelines, steal credentials, or push malicious code. They scanned 30,000 repositories and confirmed over 300 fully exploitable cases at Microsoft, Google, Apache, Cloudflare, and others. AI coding agents are accelerating the spread of these insecure YAML patterns, putting millions of projects at risk.
This article shows how to export Terraform plans to JSON and evaluate them with conftest policies written in Rego, enabling deterministic auto-apply of safe changes. It walks through examples for allowed actions, resource types, field diffs, blast radius limits, and environment gating to keep control while boosting velocity.
Claude Code Auto Mode automates permission checks by assessing the risk of each action instead of prompting you every time. It blocks or escalates unsafe operations—like mass deletions or external network calls—while allowing routine tasks to run headlessly. This differs from the dangerous “skip permissions” flag, which removes all guardrails.