Tag
A solo developer shares the pros and cons of building and maintaining Luxury Yacht, a desktop app for Kubernetes cluster management, emphasizing the freedom and responsibility of solo development.
A developer ported Kubernetes to run entirely in the browser by rewriting core components in TypeScript, aided by AI for code conversion. The tool requires no installation and is designed for learning, teaching, and interview prep.
Tigera launches Lynx, a Kubernetes-native unified control plane for managing AI agents at scale, providing identity, policy enforcement, and real-time visibility across multi-cluster environments.
The article explores how platform engineering teams must adapt to AI workloads by managing costs and risks without overhauling existing infrastructure, highlighting the shift from traditional DevOps to a new paradigm.
PyTorchCon China is co-located with KubeCon, CloudNativeCon, and OpenInfra Summit in Shanghai from September 7-9, 2026, featuring technical sessions and community collaboration. Registration discounts are available until July 28.
OpenAI's voice AI architecture uses WebRTC with a split relay-transceiver design to handle low-latency audio for 900 million weekly active users.
Zalando's engineering team describes how they implemented client-side load balancing to replace the shared edge load balancer for their high-traffic Product Read API, reducing latency and improving observability by eliminating the fan-out bottleneck through Skipper.
A detailed account of tracking down and fixing a memory leak in the Kubernetes kubelet component in version 1.36, caused by a context leak in startPodSync. The author used Go pprof profiling to identify the issue and implemented a fix.
Ray 2.56 has been released with improvements to Ray Data, Ray Serve for LLMs, GPU-domain-aware placement groups, and Kubernetes integration.
Sam Rose from ngrok demonstrates how they ported Kubernetes to run entirely in the browser using WebAssembly, allowing developers to simulate a local cluster without needing a remote server or complex setup.
A developer criticizes Kubernetes' deployment method as too complex, advocating for using tmux sessions and while true loops to simply manage service processes, believing this approach has sufficient performance and is easy to maintain.
Netflix describes migrating their batch compute workloads from a custom solution (CMB) to Kueue, a Kubernetes-native job queueing system, to simplify management and leverage the Kubernetes ecosystem.
A Twitter thread outlines a 12-stage curriculum to become an AI Infrastructure Engineer, covering topics from Linux and networking to distributed systems and deploying AI systems.
Iximiuz Labs offers free premium access to learning materials for those affected by layoffs or job hunting, in exchange for active community participation and honest feedback.
This post covers how to use Linkerd's multicluster extension to federate Kubernetes clusters for zero-downtime failover, combining hierarchical, flat, and federated modes across three GKE clusters with a full-mesh topology and chaos testing.
Webernetes is an open-source library from ngrok that simulates Kubernetes clusters in the browser using TypeScript, enabling interactive Kubernetes content without backend infrastructure.
A podcast conversation with CI/CD expert Robert Erez explores how AI is reshaping CI/CD practices, the nuances of GitOps, and trends like ephemeral environments and progressive delivery.
A tweet highlights a beautiful introduction to Kubernetes and references Fatih Arslan's post on control theory and feedback loops for self-healing, resilient systems capable of scaling thousands of databases.
A job seeker discovers that small startups are adopting Kubernetes not for technical scalability but for organizational benefits like uniformity, shared knowledge, and traceability. The post reflects on the non-technical advantages of Kubernetes for small teams.
OpenRun introduces a service binding feature that automates database access for applications, creating isolated database environments without manual configuration.