nodes/proxy GET: One Kubernetes permission too many
https://blog.zwindler.fr/en/2026/05/19/nodes/proxy-get-one-kubernetes-permission-too-many
The nodes/proxy GET RBAC permission allows any ServiceAccount to execute code inside any Pod in the cluster, without leaving a single trace in the audit logs. This article details the issue, how to check if you are vulnerable, the fixes to apply, and the preventive measures you can put in place if you can't patch right away.
https://blog.zwindler.fr/en/2026/05/19/nodes/proxy-get-one-kubernetes-permission-too-many
Kubernetes AuthN the Hard Way
https://medium.com/@jinalpatel11121999/kubernetes-authn-the-hard-way-cb191ec69dae
We're wiring together three components: OpenLDAP (your user directory), Dex (the authentication translator), and the Kubernetes API Server (the skeptical consumer of identity tokens). Every bug, every misconfiguration, and every "why is this not working" moment is documented here because I hit all of them personally.
https://medium.com/@jinalpatel11121999/kubernetes-authn-the-hard-way-cb191ec69dae
GitHub Runners: Scaling ARC with Argo CD ApplicationSets
https://medium.com/@nahuel.aldrey/github-runners-scaling-arc-with-argo-cd-applicationsets-5d660bee0ef4
But managing multiple self-hosted runners manually can be tedious, especially in a Kubernetes environment. In this article, I'll show how I automated this process using Argo CD ApplicationSet, making my GitHub runners dynamic, declarative, and scalable.
https://medium.com/@nahuel.aldrey/github-runners-scaling-arc-with-argo-cd-applicationsets-5d660bee0ef4
We're a 3-person tech team running production Kubernetes — So we built an AI SRE
https://medium.com/@leo_62530/were-a-3-person-tech-team-running-production-kubernetes-so-we-built-an-ai-sre-61ee28810448
We needed help. Not a dashboard. Not another alerting rule. An actual pair of hands that could look at an alert, check if it's real, figure out what's wrong, and either fix it or tell us where to look.
https://medium.com/@leo_62530/were-a-3-person-tech-team-running-production-kubernetes-so-we-built-an-ai-sre-61ee28810448
The GPU Bill Was $40,000. Nobody Knew Why.
https://medium.com/@mateenanjum/the-gpu-bill-was-40-000-nobody-knew-why-e6e953b25f4a
Finance had flagged the AWS bill. GPU spend for the past 30 days: $40,200. The budget was $18,000. Nobody on the call could explain where the extra $22,000 had gone.
https://medium.com/@mateenanjum/the-gpu-bill-was-40-000-nobody-knew-why-e6e953b25f4a
Для тех, кто работает с Kubernetes и облачной инфраструктурой, в октябре намечается отличный повод выбраться из рабочих чатов и встретиться офлайн 👀
Что будем обсуждать:
– AI и облачную инфраструктуру;
– экономику платформ и безопасность в эпоху LLM;
– эксплуатацию Kubernetes и observability;
– сети и Service Mesh;
– железо, ЦОДы и bare-metal-инфраструктуру.
В течение дня вас ждут доклады, общение с коллегами и активности от партнеров. Будет возможность обсудить кейсы, обменяться опытом и познакомиться с коллегами из индустрии. После конференции вас ждет афтепати, где можно будет пообщаться с единомышленниками в более неформальной обстановке.
📍 Москва, 5-й Донской проезд, 17, Connect
📅 22 октября, 11:00–19:00
Хотите выступить на Kuber Conf? До 15 сентября можно подать заявку на доклад и стать спикером конференции. Делитесь практическими кейсами, опытом и экспертизой, которые будут полезны Kubernetes-сообществу!
👉 Программу, билеты и подробности сможете найти на сайте Kuber Conf от АОТ!
Что будем обсуждать:
– AI и облачную инфраструктуру;
– экономику платформ и безопасность в эпоху LLM;
– эксплуатацию Kubernetes и observability;
– сети и Service Mesh;
– железо, ЦОДы и bare-metal-инфраструктуру.
В течение дня вас ждут доклады, общение с коллегами и активности от партнеров. Будет возможность обсудить кейсы, обменяться опытом и познакомиться с коллегами из индустрии. После конференции вас ждет афтепати, где можно будет пообщаться с единомышленниками в более неформальной обстановке.
📍 Москва, 5-й Донской проезд, 17, Connect
📅 22 октября, 11:00–19:00
Хотите выступить на Kuber Conf? До 15 сентября можно подать заявку на доклад и стать спикером конференции. Делитесь практическими кейсами, опытом и экспертизой, которые будут полезны Kubernetes-сообществу!
👉 Программу, билеты и подробности сможете найти на сайте Kuber Conf от АОТ!
We Tested Copy Fail in Kubernetes: PSS Restricted and RuntimeDefault Did Not Block AF_ALG
https://juliet.sh/blog/we-tested-copy-fail-in-kubernetes-pss-restricted-runtime-default-af-alg
On April 22, 2026, the Linux CNA published CVE-2026-31431, a Linux kernel vulnerability in algif_aead, the AEAD side of the kernel's AF_ALG crypto socket interface. Xint named the bug Copy Fail and showed how page-cache bytes for a read-only file can be changed without dirtying the file on disk.
https://juliet.sh/blog/we-tested-copy-fail-in-kubernetes-pss-restricted-runtime-default-af-alg
How We Set Up One Private Container Registry for 6 AKS Clusters Across 3 Regions and What Broke Along the Way
https://dev.to/alex_coder19283/how-we-set-up-one-private-container-registry-for-6-aks-clusters-across-3-regions-and-what-broke-5h1j
This post walks through how we architected a single private container registry accessible by all six of our AKS clusters across three Azure regions. I'll cover what worked, what silently failed for weeks before we noticed, and the decisions I'd make differently today.
https://dev.to/alex_coder19283/how-we-set-up-one-private-container-registry-for-6-aks-clusters-across-3-regions-and-what-broke-5h1j
GitOps with Terraform using tofu-controller: Grafana and Hashicorp Vault as Code
https://medium.com/@rodrigoscaldas/gitops-with-terraform-using-tofu-controller-grafana-and-hashicorp-vault-as-code-0a17073dfbcc
In this article, we'll show how to use tofu-controller to manage Terraform resources using GitOps, focusing on two real-world use cases: managing Grafana resources (dashboards, datasources, folders, alert rules) and managing HashiCorp Vault resources (policies, auth methods, roles).
https://medium.com/@rodrigoscaldas/gitops-with-terraform-using-tofu-controller-grafana-and-hashicorp-vault-as-code-0a17073dfbcc
Making and Scaling a Game Server in Kubernetes using Agones
https://noe-t.dev/posts/making-and-scaling-a-game-server-in-k8s-using-agones
Agones is a project created by Google to manage and deploy video game servers on Kubernetes.
https://noe-t.dev/posts/making-and-scaling-a-game-server-in-k8s-using-agones
Docker Image Signing and Verification
https://awstip.com/docker-image-signing-and-verification-2d2916f8129e
This document provides a step-by-step guide to signing Docker images stored in Amazon ECR using Cosign and AWS KMS, enabling secure software supply chain practices in Kubernetes (EKS) environments.
https://awstip.com/docker-image-signing-and-verification-2d2916f8129e
piqc
https://github.com/paralleliq/piqc
piqc is a source-available inference fact collector for Kubernetes clusters. It collects model-aware facts — what is running, on what hardware, at what cost, with what waste — and surfaces them as a standardized facts bundle that feeds an optimization layer.
https://github.com/paralleliq/piqc
fulling
https://github.com/FullAgent/fulling
Fulling is building dedicated AI workspaces: persistent environments that combine skills, files, memory, scripts, and runtime.
https://github.com/FullAgent/fulling
aicr
https://github.com/NVIDIA/aicr
AI Cluster Runtime (AICR) makes it easy to stand up GPU-accelerated Kubernetes clusters. It captures known-good combinations of drivers, operators, kernels, and system configurations and publishes them as version-locked recipes — reproducible artifacts for Helm, Argo CD, Flux, and Helmfile.
https://github.com/NVIDIA/aicr
lfk
https://github.com/janosmiko/lfk
LFK is a keyboard-focused, yazi-inspired terminal user interface for navigating and managing Kubernetes clusters. It brings a three-column Miller columns layout with an owner-based resource hierarchy to your terminal.
https://github.com/janosmiko/lfk
10
We replaced Redis with MySQL for inventory reservations—and it scaled
https://shopify.engineering/scaling-inventory-reservations
How we used SKIP LOCKED, composite primary keys, and connection visibility to hit our scale targets.
https://shopify.engineering/scaling-inventory-reservations
git-knife
https://github.com/TheRealYT/git-knife
Stab your git history into shape — every commit's message, author, and dates, edited like a table.
https://github.com/TheRealYT/git-knife
celld
https://github.com/denoland/celld
celld is an open-source daemon that runs Cloudflare Workers and Durable Objects on your own machines. Each object is its own SQLite database. celld addresses an object by name and replicates it to a bucket that you own. The bucket can be S3-compatible or Google Cloud Storage. The nodes coordinate through that bucket alone, with no control plane and no consensus. Because every object is its own small database, applications shard by construction — the contention and blast-radius failures of one shared database are designed out, not managed. A cell that no node holds is inactive, and an inactive cell costs nearly nothing.
https://github.com/denoland/celld
argo9s
https://github.com/vvrnv/argo9s
A K9s-inspired terminal UI for monitoring Argo CD resources in real-time
https://github.com/vvrnv/argo9s
workmux
https://github.com/raine/workmux
Giga opinionated zero-friction workflow tool for managing git worktrees and tmux windows as isolated development environments. Perfect for running multiple AI agents in parallel without conflict.
https://github.com/raine/workmux