ContentPosts from @achmadafriza..
Link
@faun shared a link, 7 hours ago

v1.34: DRA has graduated to GA

Kubernetes 1.34 turnsDynamic Resource Allocation (DRA)loose into General Availability—enabled by default. That cements native support for high-maintenance gear like GPUs, FPGAs, and any other quirky hardware your workloads need. The release also packs a fresh mix of alpha/beta features: tighter admi..

Link
@faun shared a link, 7 hours ago

v1.34: Service Account Token Integration for Image Pulls Graduates to Beta

Kubernetes v1.34 bumpsServiceAccount token integration for Kubelet Credential Providersto beta. That means image pulls can now ditch long-lived secrets for workload-scoped tokens. Cleaner, safer, and more locked down per ServiceAccount...

Link
@faun shared a link, 7 hours ago

v1.34: Introducing CPU Manager Static Policy Option for Uncore Cache Alignment

Kubernetes 1.34 bumps theCPU Manager uncore-cache alignment policyto beta. It’s aimed at nodes withsplit uncore cache architectures. The policy groups all a container’s CPUs under the same uncore cache—cutting latency and easing contention for workloads that hate waiting. System shift:Kubernetes kee..

v1.34: Introducing CPU Manager Static Policy Option for Uncore Cache Alignment
Link
@faun shared a link, 7 hours ago

Building a Scalable, Flexible, Cloud-Native GenAI Platform with Open Source Solutions

A fresh reference architecture built withEnvoy AI GatewayandKServebrings order to the GenAI chaos. One clean interface to route requests across internal and external LLMs—locked down with policies. It’s called aTwo-Tier Gateway Architecture. Think of it like a split-brain: external API traffic goes..

Building a Scalable, Flexible, Cloud-Native GenAI Platform with Open Source Solutions
Link
@faun shared a link, 7 hours ago

CNCF Elevates Metal3.io to Incubating Status for Bare-Metal Kubernetes

The CNCF just bumpedMetal3.ioup to incubating status. That’s a clear nod to rising demand forKubernetes-native bare-metal management. Metal3.io wires up physical servers as Kubernetes resources—no VMs in sight. It leans onIronicand theBare Metal Operatorto handle provisioning and lifecycle tasks lik..

Link
@faun shared a link, 7 hours ago

Reduce Cloud Cross-Zone Data Transfer Costs with Kubernetes 1.33 trafficDistribution

Kubernetes 1.33 drops a new traffic policy that addszone-local routing. With it, kube-proxy now prefers endpoints in the same availability zone. Translation: less cross-AZ chatter, fewer surprise charges. On AWS, that can chop the usual $0.02/GB cross-AZ fee by up to 85%—especially in EKS clusters j..

Reduce Cloud Cross-Zone Data Transfer Costs with Kubernetes 1.33 trafficDistribution
Link
@faun shared a link, 7 hours ago

Paused Kubernetes project finds path forward

TheExternal Secrets Operator (ESO)is moving again. After hitting pause from maintainer burnout, it’s back under CNCF incubation—with a rebooted structure in place. New governance, clear contributor paths, and support tracks for CI, core dev, and testing are all in. But don’t expect fresh releases ju..

Paused Kubernetes project finds path forward
Link
@faun shared a link, 7 hours ago

Scaling Kubernetes the Right Way: In-Depth Comparison of HPA, VPA, CA, Karpenter, and KEDA

A hands-on breakdown of Kubernetes autoscalers—HPA,VPA,Cluster Autoscaler,Karpenter, andKEDA—maps how each scales pods, nodes, and events. The hot pairing lately?Karpenterfor fast node spin-up, teamed withCloudPilot AIto wrangle Spot instances across 800+ compute types without melting costs...

Scaling Kubernetes the Right Way: In-Depth Comparison of HPA, VPA, CA, Karpenter, and KEDA
Link
@faun shared a link, 7 hours ago

v1.34: Pod Replacement Policy for Jobs Goes GA

ThePod replacement policyin Kubernetes v1.34 just hit GA. Jobs can now hold off on spinning up new Pods until the old ones arefullygone. No more duplicates per index. No more blowing through quotas or stalling schedulers—big win for workloads like ML training. System shift:This rewires how Jobs hand..

Link
@faun shared a link, 7 hours ago

v1.34: PSI Metrics for Graduates to Beta

Kubernetes v1.34 bumpsPressure Stall Information (PSI) metricsto Beta. Now kubelets expose kernel-level resource pressure—CPU, memory, and I/O—through the Summary API and Prometheus. Instead of just tracking how much a resource gets used, PSI shows how often workloads get throttled or blocked. That ..