ContentPosts from @kssudharshan..
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

Debugging the One-in-a-Million Failure: Migrating Pinterest’s Search Infrastructure to Kubernetes

Migrating Pinterest's search infrastructure to Kubernetes—toasty, right? But it tripped over a rare hiccup: sluggish 5-second latencies. The culprit? cAdvisor, overzealously spying on memory like a helicopter parent. Flicking off WSS? Problem evaporated... read more  

Debugging the One-in-a-Million Failure: Migrating Pinterest’s Search Infrastructure to Kubernetes
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

Wix Adds Chaos to CI/CD Pipelines with AI and Improves Reliability

Wixhas slipped probabilistic AI into the mix inCI/CD, and it doesn't clutter the works. This AI chews through build logs, shaving off hours from developer workloads. Migrating 100 modules took three months? Not anymore. They've sliced it to a mere 24-48 hours by marrying AI insights with their sharp.. read more  

Wix Adds Chaos to CI/CD Pipelines with AI and Improves Reliability
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

Report - AI tools slow down experienced developers by 19%. A wake up call for industry hype?

Open-source devs got stuck, wasting 19% more time on tasks thanks to AI tools—oppose the hype and vendor bluster.Yet, a baffling 69% clung to AI, suggesting some sneaky perks lurk beneath the surface... read more  

Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

The reality of GitOps application recreation

52%of teams believe they're ace at cloning apps from Git. High-performers?70%of them share in this delusion. Yet, lurking infrastructure wrinkles often deflate their grand plans. GitOps, that wild ride, inspires confidence. It dips, then soars. But just when enthusiasts think they're cruising, they .. read more  

Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

Unlocking High-Performance AI/ML in Kubernetes with DRANet and RDMA

DraNetslaps networking woes straight out the door. It natively handles RDMA in Kubernetes, so you can toss those convoluted scripts. Now in beta and weighing only 50MB, it offers deployments that are lean, speedy, and unyieldingly secure... read more  

Unlocking High-Performance AI/ML in Kubernetes with DRANet and RDMA
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

Critical NVIDIA Container Toolkit Flaw Allows Privilege Escalation on AI Cloud Services

A critical container escape vulnerability (CVE-2025-23266) in NVIDIA Container Toolkit poses a severe threat to managed AI cloud services, earning a CVSS score of 9.0 out of 10.0. This flaw allows37%of cloud environments to potentially be accessed by attackers using a three-line exploit, enabling co.. read more  

Critical NVIDIA Container Toolkit Flaw Allows Privilege Escalation on AI Cloud Services
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

Kubernetes Scaling Strategies

Horizontal Pod Autoscaler(HPA) cranks up pods based on CPU, memory, or custom quirks. A dream for stateless adventures, but you'll need a metrics server.Vertical Pod Autoscaler(VPA) fine-tunes CPU and memory for pods. Works like a charm for jobs where scaling out is sketchy, though it demands restar.. read more  

Kubernetes Scaling Strategies
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

Securing Kubernetes 1.33 Pods: The Impact of User Namespace Isolation

Kubernetes 1.33rolls out with a security upgrade. It flips the switch onuser namespacesby default, shoving pods into the safety zone as unprivileged users. Potential breaches? Curbed. But don't get too comfy—idmap-capable file systems and up-to-date runtimes are now your new best friends if you want.. read more  

Securing Kubernetes 1.33 Pods: The Impact of User Namespace Isolation
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

Automated Kubernetes Threat Detection with Tetragon and Azure Sentinel

Kubernetes security tools usually drop the ball. Enter the dynamic duo:Tetragonwielding eBPF magic for deep observability, and smart notifications for sniper-precise alerts.Fluent Bitpairs withAzure Logic Appsin an automated setup so you can hunt down threats in real-time. Not a drop of sweat needed.. read more  

Automated Kubernetes Threat Detection with Tetragon and Azure Sentinel
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

Rethinking Node Drains: A Webhook Based Approach to Graceful Pod Removal

Eviction Reschedule Hooksticks its nose in Kubernetes eviction requests, letting operator-managed stateful apps wriggle their way through node drains without breaking a sweat. 🎯.. read more  

Rethinking Node Drains: A Webhook Based Approach to Graceful Pod Removal