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

Sandboxes: Run Agents in YOLO Mode, Safely

Over a quarterof production code is now AI-authored, with agents boosting pull requests by 60% when allowed to run autonomously in YOLO mode. Docker Sandboxes provide a safe boundary for agents, enabling fully autonomous operation without risking your machine or data... read more  

Sandboxes: Run Agents in YOLO Mode, Safely
Link
@kaptain shared a link, 2 weeks ago
FAUN.dev()

Broadcom Makes Its Pitch To Run Kubernetes On VMware VCF

Broadcom's $69 billion acquisition of virtualization pioneer VMware in late 2023 brought about significant price increases and a shift towards subscription-based licensing. The company aims to establish VMware Cloud Foundation (VCF) as the foundation for enterprise workloads gravitating towards priv.. read more  

Broadcom Makes Its Pitch To Run Kubernetes On VMware VCF
Link
@kaptain shared a link, 2 weeks ago
FAUN.dev()

llm-d officially a CNCF Sandbox project

At Google Cloud, the llm-d project has been accepted as a Cloud Native Computing Foundation (CNCF) Sandbox project. This collaboration with industry leaders like Red Hat, IBM Research, CoreWeave, and NVIDIA aims to provide a framework for any model, accelerator, or cloud. The introduction of GKE Inf.. read more  

llm-d officially a CNCF Sandbox project
Link
@kaptain shared a link, 2 weeks ago
FAUN.dev()

Kubernetes v1.36 Sneak Peek

Kubernetes v1.36, coming inApril 2026, will feature removals and deprecations, with enhancements that include retirement of the Ingress NGINX project and thedeprecation of .spec.externalIPs in Service.Additionally, the release will remove the gitRepo volume driver and introduce enhancements like fas.. read more  

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

Docker Offload now Generally Available: The Full Power of Docker, for Every Developer, Everywhere.

Docker Offload is a managed cloud service that moves the container engine to Docker’s secure cloud, allowing developers to run Docker from any environment without changing their workflows. With Docker Offload, developers can keep using the same commands and workflows they are accustomed to in Docker.. read more  

Docker Offload now Generally Available: The Full Power of Docker, for Every Developer, Everywhere.
Link
@kaptain shared a link, 3 weeks, 1 day ago
FAUN.dev()

AWS Load Balancer Controller Reaches GA with Kubernetes Gateway API Support

AWS ships GAGateway APIsupport in theAWS Load Balancer Controller. Teams can manageALBandNLBwith the SIG standard. The controller swaps annotation JSON for validated CRDs -TargetGroupConfiguration,LoadBalancerConfiguration,ListenerRuleConfiguration- and handles L4 (TCP/UDP/TLS) and L7 (HTTP/gRPC). M.. read more  

AWS Load Balancer Controller Reaches GA with Kubernetes Gateway API Support
Link
@kaptain shared a link, 3 weeks, 1 day ago
FAUN.dev()

jsongrep is faster than {jq, jmespath, jsonpath-rust, jql}

This article introduces a tool called jsongrep, explains the internal search engine it uses, and outlines the benchmarking strategy used to compare its performance with other JSON path-like query tools. The tool parses the JSON document, constructs an NFA from the query, determinizes the NFA into a .. read more  

jsongrep is faster than {jq, jmespath, jsonpath-rust, jql}
Link
@kaptain shared a link, 3 weeks, 1 day ago
FAUN.dev()

Trivy Hack Spreads Infostealer via Docker, Triggers Worm and Kubernetes Wiper

Cybersecurity researchers found malicious artifacts distributed via Docker Hub after the Trivy supply chain attack. Malicious versions 0.69.4, 0.69.5, and 0.69.6 of Trivy were removed from the image library. Threat actor TeamPCP targeted Aqua Security's GitHub organization, compromising 44 repositor.. read more  

Trivy Hack Spreads Infostealer via Docker, Triggers Worm and Kubernetes Wiper
Link
@kaptain shared a link, 3 weeks, 1 day ago
FAUN.dev()

A one-line Kubernetes fix that saved 600 hours a year

Atlantis, a tool for planning and applying Terraform changes, faced slow restarts of up to 30 minutes due to a safe default in Kubernetes that became a bottleneck as the persistent volume used by Atlantis grew to millions of files. After investigation, a one-line change to fsGroupChangePolicy reduce.. read more  

A one-line Kubernetes fix that saved 600 hours a year
Link
@kaptain shared a link, 3 weeks, 1 day ago
FAUN.dev()

Deploying Disaggregated LLM Inference Workloads on Kubernetes

In large language model (LLM) inference workloads, a single monolithic serving process can hit its limits due to different compute profiles for prefill and decode stages. Disaggregated serving splits the pipeline into distinct stages to better utilize GPU resources and scale more flexibly on Kuberne.. read more  

Deploying Disaggregated LLM Inference Workloads on Kubernetes