Kubernetes
Saves to local browser storage. Followed topics appear on the homepage and refresh on each visit.Also known as kubernetes api·kubernetes cluster·kubernetes clusters·kubernetes engine·kubernetes operator
Latest from across the web
External coverage we have crawled and indexed for this topic.
Zweiteiliges Webinar von heise security: Deep-Dive in Kubernetes-Sicherheit
Kubernetes ist aus modernen IT-Infrastrukturen nicht wegzudenken. Unser zweiteiliges Webinar hilft bei der Absicherung der Containerumgebung.
Eleven minutes, zero humans: Building a self-healing Kubernetes upgrade pipeline on Kairos
Once upon a time, upgrading a Kubernetes control plane meant staying awake for it. SSH into every node. Run the upgrade by hand. Watch etcd health the whole time, hoping quorum holds through every…
Amazon EKS now supports advanced Kubernetes control plane configuration parameters - AWS
Discover more about what's new at AWS with Amazon EKS now supports advanced Kubernetes control plane configuration parameters
How to Pretty-Print Your Kubernetes YAML as KYAML and Why You'd Want To
YAML has been the standard way to write Kubernetes manifests for years. Every example, tutorial, and configuration file you come across is written in it. The problem isn't that YAML is a bad format. I
Bruch zwischen Terraform und Kubernetes: Wann sich Crossplane für Entwickler lohnt
Crossplane verspricht ein Ende des Wirrwarrs aus Pipelines, Statusabfragen, Übergabedateien. Wann es sich lohnt und ab welchem Punkt ein Kubernetes-Controller besser wäre.
Videos
From the channels we track
My Private Mini Kubernetes Cluster - Powered by Tailscale
Inspecting Volcano Workloads Faster with kubernetes-sigs/headlamp
Kubernetes security for Docker Desktop with Kubescape
Kubernetes for everyone: a user-friendly approach with Headlamp - Will Case
From Docker to Kubernetes with ease! // Helm + Kompose Tutorial
Keynote: Phippy Goes to the Zoo: A Kubernetes Story - Matt Butcher & Karen Chu
Discussions on the web
Recent threads on Reddit and Hacker News that mention Kubernetes.
Seeking resources to learn/build networking and auth for a cluster
I am fairly new to K8s (only deployed a few things with Helm, set up ingresses and services). I don’t know much about networking as a whole and auth as a whole. What are some small steps I can take to build something and…
Trying to identify gaps in AI Infra space
I am looking for suggestions or ideas on the current pain points in AI Infra space so that I can spend some time on coming up with an open source contribution. Let me know guys if anything submitted by /u/GuhanE to r/kub…
Best k8s for on premise production
Hi everyone, I’ve been assigned a task to architect a highly available and fault-tolerant on-premises Kubernetes cluster for GPU-based workloads, with a target of around 1,000 users (50 users /day) with time slicing enab…
What is Kubernetes role in an AI world?
Where do you think we are heading? submitted by /u/thethingsyoulearn to r/kubernetes [link] [comments]
EKS vs ECS Fargate Spot for SQS Workers
Hi everyone, let’s get into it. I have an EKS cluster running my applications, and I also have a Beanstalk environment with EC2 instances ondemand running workers that consume messages from SQS. However, I’m seriously co…
People also ask
Common questions on Kubernetes, surfaced from across the indexed web.
What would a Kubernetes-native service broker look like?
This raises an interesting question for the cloud-native ecosystem: What would a modern service broker standard look like if designed specifically for Kubernetes? Such a system would likely preserve many of the ideas that made OSBAPI valuable: A clear separation between service consumers and service providers Standardized interfaces Freedom for platform teams to implement services differently Consistent self-service workflows But it would also embrace Kubernetes-native principles: Custom Resource Definitions (CRDs) Declarative workflows GitOps compatibility Kubernetes tooling and APIs In
On-prem DBaaS in 2026: Platforms, standards, and gapsWhat is the cloud native community doing to refactor Kubernetes for AI?
Engineers across the ecosystem are collaborating on key initiatives to evolve Kubernetes for high-performance compute without creating inflexible architectures. These efforts include: Pod Groups (Workload API): This initiative treats sets of pods as single failure domains, ensuring the proximity and reliability necessary for large-scale AI matrix initialization. Dynamic Resource Allocation (DRA): DRA integrates specialized chips and GPUs into the Kubernetes scheduler to manage hardware nuances and enable efficient AI training and serving. Inference Gateways: These utilize Gateway API standar
Cloud native is now AI-native: Engineering production-ready AIDo We Need Agent-substrate When We Already Have Agent -sandbox?
I believe the answer is yes. Sandboxing your agents is necessary, but not sufficient. In most Kubernetes environments, resources are constrained. You have to be selective about which agents run continuously. Many agents are only useful occasionally, and keeping them always on is inefficient. This creates an awkward tradeoff: Keep agents running idle and waste resources Or constantly spin them up and down, adding overhead and latency Neither option scales well. This is where agent-substrate becomes interesting. While agent-sandbox focuses on security, isolation, and lifecycle management, agent
Why sandboxing your agent is not enoughWhat is kpt?
The opening tagline of the kpt documentation describes it as “… a package-centric toolchain that enables a WYSIWYG configuration authoring, automation, and delivery experience, which simplifies managing Kubernetes platforms and KRM-driven infrastructure at scale by manipulating declarative Configuration as Data.” This is a concise and detailed description of kpt, but sometimes it feels like it was written by a lawyer, or a consultant on a per-industry-buzzword contract. Let’s break it down.
(re)introducing kpt: Your toolchain for infrastructure automation