Join us

ContentUpdates and recent posts about Talos Linux..
Link
@kaptain shared a link, 4 weeks ago
FAUN.dev()

Kubernetes Gateway API in action

The Kubernetes Gateway API leveled up - unifying North-South, East-West, and egress traffic with standard CRDs likeGRPCRoute,HTTPRoute, andReferenceGrant. In a Linkerd world, that means clean, declarative canary releases, granular egress control to outside APIs (say, Mistral AI), and clearer lines b.. read more  

Kubernetes Gateway API in action
Link
@kaptain shared a link, 4 weeks ago
FAUN.dev()

Bootstrapping Rancher’s RKE2 Kubernetes Cluster on a Podman VM with Cilium CNI and MetalLB LoadBalancer

Running RKE2 with Cilium and MetalLB in a lightweight Podman VM on macOS enables experimentation with Kubernetes. Unique network challenges require SSH port forwarding for service exposure... read more  

Link
@kaptain shared a link, 4 weeks ago
FAUN.dev()

Spotlight on Policy Working Group

The Kubernetes Policy Working Group got busy turning good intentions into real specs. They rolled out thePolicy Reports API, dropped best-practice docs worth reading, and helped steerValidatingAdmissionPolicyandMutatingAdmissionPolicytoward GA. Their work pulled inSIG Auth,SIG Security, and anyone e.. read more  

Link
@kaptain shared a link, 4 weeks ago
FAUN.dev()

How to manage EKS Pod Identities at scale using Argo CD and AWS ACK

AWS shows how to wire upArgo CDwithAWS Controllers for Kubernetes (ACK)to automateEKS Pod Identityfor IAM roles - GitOps-style. The catch? The Pod Identity API has a lag. So they bolt on apre-deployment validation jobto wait-and-confirm that the IAM role's actually bound before app pods come online... read more  

Link
@kaptain shared a link, 4 weeks ago
FAUN.dev()

Exposing Kubernetes Services Without Cloud LoadBalancers: A Practical Guide

Bare-metal Kubernetes just got a cloud-style glow-up. By wiring upMetalLBin layer2 mode with theNGINX ingress controller, the setup exposesLoadBalancer-typeservices—no cloud provider in sight. MetalLB dishes out static, LAN-routable IPs. NGINX funnels external traffic to internalClusterIPservices th.. read more  

Exposing Kubernetes Services Without Cloud LoadBalancers: A Practical Guide
Link
@kaptain shared a link, 4 weeks ago
FAUN.dev()

Replaying massive data in a non-production environment using Pekko Streams and Kubernetes Pekko Cluster

DoubleVerify built a traffic replay tool that actually scales. It runs onPekko StreamsandPekko Cluster, pumping real production-like traffic into non-prod setups. Throttlenails the RPS with precision for functional tests.Distributed datasyncs stressful loads across cluster nodes without breaking a s.. read more  

Replaying massive data in a non-production environment using Pekko Streams and Kubernetes Pekko Cluster
Link
@kaptain shared a link, 4 weeks ago
FAUN.dev()

7 Common Kubernetes Pitfalls (and How I Learned to Avoid Them)

Seven ways folks trip over Kubernetes - each more avoidable than the last. Top offenses: skippingresource requests/limits, forgettinghealth probes, trustingephemeral logsthat vanish when you need them. Reusing configs across dev and prod? Still a bad idea. Pushing off observability until it’s on fir.. read more  

Link
@kala shared a link, 4 weeks ago
FAUN.dev()

Why open source may not survive the rise of generative AI

Generative AI is snapping the attribution chain thatcopyleft licenseslike theGNU GPLrely on. Without clear provenance, license terms get lost. Compliance? Forget it. The give-and-take that powersFOSSstops giving - or taking... read more  

Why open source may not survive the rise of generative AI
Link
@kala shared a link, 4 weeks ago
FAUN.dev()

I regret building this $3000 Pi AI cluster

A 10-node Raspberry Pi 5 cluster built with16GB CM5 Lite modulestopped out at325 Gflops- then got lapped by an $8K x86 Framework PC cluster running4x faster. On the bright side? The Pi setup edged out in energy efficiency when pushed to thermal limits. It came with160 GB total RAM, but that didn’t h.. read more  

I regret building this $3000 Pi AI cluster
Link
@kala shared a link, 4 weeks ago
FAUN.dev()

What Significance Testing is, Why it matters, Various Types and Interpreting the p-Value

Significance testing determines if observed differences are meaningful by calculating the likelihood of results happening by chance. The p-value indicates this likelihood, with values below 0.05 suggesting statistical significance. Different tests, such as t-tests, ANOVA, and chi-square, help analyz.. read more  

Talos Linux is an ultra-minimal, security-focused, and fully immutable Linux distribution built from the ground up for Kubernetes. Instead of relying on traditional package managers or SSH, Talos exposes a gRPC-based API for node administration, enabling fully automated, declarative, and reproducible cluster operations. The OS removes unnecessary components such as shell access and mutable system state, significantly reducing the attack surface and operational complexity.

Talos tightly integrates with Kubernetes by managing kubelet, container runtime, and system services as part of a unified, API-driven control plane. Its immutable design ensures consistent behavior across nodes, eliminates configuration drift, and simplifies upgrades through atomic, transactional updates. Talos is widely adopted in production clusters, edge deployments, home labs, and hardened environments where reliability and security are critical.