Join us

ContentUpdates and recent posts about Hadolint..
Link
@devopslinks shared a link, 1ย week, 4ย days ago
FAUN.dev()

Terraform is dead

Graham Gilbert argues Terraform is effectively dead, kept alive only by inertia: HCL forced engineers to translate intent (the diagrams, paragraphs, and constraints that actually describe systems) into a DSL that nobody naturally thinks in, while fragmenting infrastructure, application logic, polici.. read more ย 

Link
@devopslinks shared a link, 1ย week, 4ย days ago
FAUN.dev()

The invisible engineering behind Lambdaโ€™s network

AWS engineers explain how the Lambda team rebuilt VPC networking so they can keep per-invocation setup off the hot path and run dense microVM workers at scale... read more ย 

The invisible engineering behind Lambdaโ€™s network
Link
@devopslinks shared a link, 1ย week, 4ย days ago
FAUN.dev()

Finding zombies in our systems: A real-world story of CPU bottlenecks

After a network outage crisis, Pinterest's ML Platform team discovered high Kubernetes agent CPU usage was causing critical Ray training job failures. The team's deep profiling strategy revealed a rarely seen flaw in how Kubelet was handling memory cgroup iterations... read more ย 

Finding zombies in our systems: A real-world story of CPU bottlenecks
Link
@devopslinks shared a link, 1ย week, 4ย days ago
FAUN.dev()

AI in SRE: What's Actually Coming in 2026

AI in SRE is evolving, with true value in Root Cause Analysis and Pre-Change Impact Analysis, not autonomous remediation or AI replacing SREs - it's about collaboration and focus evolution... read more ย 

Story Trending
@laura_garcia shared a post, 1ย week, 4ย days ago
Software Developer, RELIANOID

๐—Ÿ๐—ถ๐—ป๐˜‚๐˜… ๐—ธ๐—ฒ๐—ฟ๐—ป๐—ฒ๐—น ๐˜ƒ๐˜‚๐—น๐—ป๐—ฒ๐—ฟ๐—ฎ๐—ฏ๐—ถ๐—น๐—ถ๐˜๐—ถ๐—ฒ๐˜€

๐Ÿ” ๐—Ÿ๐—ถ๐—ป๐˜‚๐˜… ๐—ธ๐—ฒ๐—ฟ๐—ป๐—ฒ๐—น ๐˜ƒ๐˜‚๐—น๐—ป๐—ฒ๐—ฟ๐—ฎ๐—ฏ๐—ถ๐—น๐—ถ๐˜๐—ถ๐—ฒ๐˜€ are once again forcing enterprises to rethink ๐™ž๐™ฃ๐™›๐™ง๐™–๐™จ๐™ฉ๐™ง๐™ช๐™˜๐™ฉ๐™ช๐™ง๐™š ๐™จ๐™š๐™˜๐™ช๐™ง๐™ž๐™ฉ๐™ฎ ๐™ฅ๐™ง๐™ž๐™ค๐™ง๐™ž๐™ฉ๐™ž๐™š๐™จ. The recent disclosure of โ€œ๐—–๐—ผ๐—ฝ๐˜† ๐—™๐—ฎ๐—ถ๐—นโ€ and โ€œ๐——๐—ถ๐—ฟ๐˜๐˜† ๐—™๐—ฟ๐—ฎ๐—ดโ€ highlights how kernel-level flaws can rapidly evolve into major risks for cloud environments, containers, Kubernetes clusters, and cr..

ย Activity
@cristiandeluxe started using tool WordPress , 1ย week, 5ย days ago.
ย Activity
@cristiandeluxe started using tool Vue.js , 1ย week, 5ย days ago.
ย Activity
@cristiandeluxe started using tool TypeScript , 1ย week, 5ย days ago.
ย Activity
@cristiandeluxe started using tool Shopify , 1ย week, 5ย days ago.
ย Activity
@cristiandeluxe started using tool Rust , 1ย week, 5ย days ago.
Hadolint is an open source Dockerfile linter that enforces best practices, security guidelines, and efficiency rules for container images. It parses Dockerfiles, identifies common mistakes, flags insecure instructions, and recommends improvements such as reducing image layers, pinning versions, avoiding root users, and preventing harmful patterns. Hadolint supports CI integration, shellcheck-based validation, and custom rule configuration. Teams use it to strengthen container hygiene, reduce build-time errors, and align with DevSecOps standards for containerized applications.