2026-01-06 09:55:27
#Kubernetes 1.35 Released with In-Place Pod Resize and AI-Optimized Scheduling
https://www.infoq.com/news/2025/12/kubernetes-1-35/
#Kubernetes 1.35 Released with In-Place Pod Resize and AI-Optimized Scheduling
https://www.infoq.com/news/2025/12/kubernetes-1-35/
This is an effort to create a fully functional #Kubernetes cluster with 1 million active nodes.
https://bchess.github.io/k8s-1m/
Cheap Self-Hosted #Kubernetes on #Hetzner Cloud
https://blog.qstars.nl/posts/cheap-sel
Yes, the script emitted by "kubectl completion zsh" supports resource names!
#kubernetes #zsh #shell
Fellow homelabbers, especially those of you with mini PC clusters…:
Do you run a UPS?
How does one go about sizing?
#homelab #kubernetes
☁️ Available as Docker images on Docker Hub and Quay, binary releases on GitHub, and Helm charts for #Kubernetes deployments. #Apache2 license - open source and free for commercial use.
🌐
Hosted Control Planes and Bare Metal: What, Why, and How
https://www.linkedin.com/pulse/hosted-control-planes-bare-metal-what-why-how-dario-tranchitella-be56f/
Relevant code in kubectl doing the completions: #kubernetes #zsh #shell #completion
I'm setting up a talos cluster to tinker with at home and want to use my Synology for persistent volume storage.
I set up the NFS nfs-subdir-external-provisioner on my talos cluster and documented how at #talos #kubernetes #k8s #homelab #nfs @…
☸️ Hardened #Helm Charts for #Kubernetes deployments and new Hardened #MCP Servers for MongoDB, Grafana, #GitHub
Internally the registered completion function runs kubectl __complete with the same terms, like: `kubectl __complete get ns ku`, which emits a list of terms back to the completion function.
kubectl can be run with higher verbosity (eg -v6) to see the underlying requests being made to the remote server, but they're the normal ones to retrieve a list of resources (eg GET https://10.11.12.13:6443/api/v1/namespaces?limit=500).
#kubernetes #zsh #shell #completion