ContentPosts from @faun..
Link
@faun shared a link, 9 months, 2 weeks ago
FAUN.dev()

OTel Sucks (But Also Rocks!)

OpenTelemetry(OTel) delivers observability without handcuffing you to a single vendor. But brace yourself; it's ever-evolving, with a learning curve that rivals your favorite rollercoaster. There’s no coasting—constant updates are your new normal. With its modular design and a thriving community, OT.. read more  

OTel Sucks (But Also Rocks!)
Link
@faun shared a link, 9 months, 2 weeks ago
FAUN.dev()

Prepping for post-quantum: a beginner’s guide to lattice cryptography

TLS isn’t safe from quantum—lattices step in. ML-KEM secures encryption, ML-DSA signs it tight. Key exchange gets bigger, not slower. Vectors, matrices, and modular math drive post-quantum security. Cloudflare’s already using it. Now it’s your turn to understand how... read more  

Link
@faun shared a link, 9 months, 2 weeks ago
FAUN.dev()

How Netflix Accurately Attributes eBPF Flow Logs

Netflix tackled the pesky IP address mix-up problem. They turned toFlowExporterand eBPF for snappy in-memory lookups. This approach nails down accurate workload identities. With 5 million flows cruising by every second, this setup practically nukes IP misfires, opening up a treasure trove of service.. read more  

How Netflix Accurately Attributes eBPF Flow Logs
Link
@faun shared a link, 9 months, 2 weeks ago
FAUN.dev()

The Best Programmers I Know

Top devsprefer official docs overStack Overflow. They savor tools thoroughly, not dabbling. Fearless with code, they untangle complexity, and always chase knowledge. Generosity? That's their natural habitat... read more  

The Best Programmers I Know
Link
@faun shared a link, 9 months, 2 weeks ago
FAUN.dev()

Handling Network Throttling with AWS EC2 at Pinterest

PinterestbattledEC2 network throttlingfrom sneaky microbursts. Unearthed some killer bandwidth insights usingENA metricsto amp up performance. A leap toAWS Nitro instancesrevealed the real kicker—you need to stay on top of bandwidth constraints and wieldfine-grained rate limitinglike a pro... read more  

Handling Network Throttling with AWS EC2 at Pinterest
Link
@faun shared a link, 9 months, 2 weeks ago
FAUN.dev()

Optimizing network footprint in serverless applications

AWS Serverless app developers canchop network footprint by 80%using gzip compression, defying Lambda's 6 MB payload ceiling. Sleek tricks like tapping intoAmazon S3 for hefty payloadsand fine-tuningAPI Gateway with binaryMediaTypeshelp devs sidestep payload constraints, shedding network latency and .. read more  

Optimizing network footprint in serverless applications
Link
@faun shared a link, 9 months, 2 weeks ago
FAUN.dev()

Host remote MCP servers in Azure Container Apps

MCP (Model Context Protocol)is shimmying its way into the center stage as the go-to AI communication layer. It’s ditching local servers for cloud-hosted, multi-tenant ones. But the transition isn’t all smooth sailing. It’s wrestling with ever-shifting specs. Right now, remote servers only handleSSE .. read more  

Host remote MCP servers in Azure Container Apps
Link
@faun shared a link, 9 months, 2 weeks ago
FAUN.dev()

BPF or How I Learned to Stop Worrying and Love the Kernel

eBPFlets you safely unleashcustom C programsinside the Linux kernel. No more messing with kernel modules or courting system crashes. Think of it as your eagle-eyed watchman for events. Thanks toCompile Once, Run Everywhere (Co-Re), you streamline the operation, keeping your kernel as panic-proof as .. read more  

Link
@faun shared a link, 9 months, 2 weeks ago
FAUN.dev()

The future of Kubernetes networking: Cilium and other CNIs with Kubernetes

Canonicalshifts into high gear withCiliumas Kubernetes' main CNI. This isn't just an upgrade—it’s a blitz usingeBPFto inject high-octane performance, cutting-edge security, and snappy service mesh action. Sure,Calicoboosts policy talk withBGPandVXLAN, andFlannelkeeps things straightforward. But let’.. read more  

The future of Kubernetes networking: Cilium and other CNIs with Kubernetes
Link
@faun shared a link, 9 months, 2 weeks ago
FAUN.dev()

Calico Open Source 3.30: Exploring the Goldmane API for custom Kubernetes Network Observability

Calico v3.30introducesGoldmane, a gRPC API that digs deep into Kubernetes network guts. It lets you brew custom analytics potions and hook up to SIEM without getting shackled by vendors. Meanwhile,Whisker—the snazzy GUI—has you gliding through flow navigation and untangling security policies like a .. read more Â