On 🌩️Thunder, Kubescape maintainer Ben Hirschberg shows how the tool catches misconfigurations, then watches runtime behavior with eBPF & turns that into a least-privileged NetworkPolicy proposal.
Your GenAI feature returned a 200. The model did indeed return text to the user. But was the answer any good?
In this 🌩️ Thunder episode, Austin Parker (Director of Open Source at Honeycomb) explains why traditional observability falls short for GenAI. With deterministic software, success is binary: it worked or it didn’t. With GenAI, a successful HTTP response tells you nothing about whether users are actually happy.
Austin covers how OpenTelemetry’s semantic conventions let you combine user feedback (thumbs up, thumbs down) with performance data (token counts, model, cost) in the same telemetry. He also talks about “architectural blindness” in coding agents and how feeding trace data back into your agent helps it understand your system’s execution paths.
“I quit my job in tech because I just couldn’t do it anymore.”
In this episode of Software Defined Interviews, Whitney and Coté talk with Lian Li, Cloud Native Expert at Vorwerk Group. Lian Li spent 16 years in tech, quit to pursue stand-up comedy and improv theater, and came back with a completely different take on what makes teams work.
We cover her transition from platform engineering to stand-up comedy, musical theater, and improv theater, how performance art changed the way she thinks about tech teams and conference talks, her improv workshops for engineers at conferences, and the KubeCon karaoke parties she organizes.
Here’s the final board from the Datadog Illuminated episode with AJ Stuyvenberg, who explains how his team rewrote Datadog’s serverless agent in Rust, and the benefits of doing so!
The client doesn’t know or care where the Network Service is running. Read the full board notes here: gist.github.com/wiggitywh…
My Datadog Illuminated episode with Reilly Wood, whose team built the Datadog MCP server from scratch, distilled to a single lightboard. Read the full board notes here: gist.github.com/wiggitywh…
If a dev leaves, it is a one-click experience to remove permissions. Read the full board notes here: gist.github.com/wiggitywh…
Here is the finished lightboard from my 🌩️Thunder episode with Henry Avetisyan on Athenz. Athenz automates workload identity for services, containers, and AI agents alike. Read the full board notes here: gist.github.com/wiggitywh…
This lightboard from my 🌩️Thunder episode with Abby Bangser captures what trips up so many Kubernetes users: a CRD is a schema, a custom resource is data in etcd, and nothing is running until a controller gets involved.
Other authorization techniques gather data at check time. OpenFGA stores relationships as they happen, so the answer is already there. No computation needed.