Join us

ContentUpdates and recent posts about k3d..
Story
@shurup shared a post, 1 month ago
@palark

Helm v4 new features and changes

Helm

Helm v4 has been released a week ago. Its highlights are: - Server-Side Apply instead of 3-Way Merge - WASM plugins - Using kstatus for resource tracking - Content-based chart caching This articleprovides a detailed overview of why these changes were made in Helm v4 and what they bring for Helm user..

Story
@laura_garcia shared a post, 1 month ago
Software Developer, RELIANOID

✈️ Ensuring Efficiency and Security in Airport Operations

Today we highlight our main diagram “Airport Software Systems”, showcasing how integrated airport management platforms —from AODB to landside & airside operations, billing, and information systems— work together to ensure efficient and secure airport operations. We also explain how load balancing en..

Airport Software Systems
Link
@anjali shared a link, 1 month ago
Customer Marketing Manager, Last9

OTel Updates: Complex Attributes Now Supported Across All Signals

OTLP 1.9.0 adds support for maps, arrays, and byte arrays across all OTel signals. Here's when to use complex attributes and when to stick with flat.

otel_metrics_quarkus
Story
@laura_garcia shared a post, 1 month ago
Software Developer, RELIANOID

SOC 2 Compliance

📢 At RELIANOID, we follow SOC 2 Trust Service Criteria to ensure Security, Availability, Confidentiality, Processing Integrity, and Privacy across our load balancing solutions — whether on-prem, cloud, or hybrid. Our controls align with the needs of highly regulated environments such as finance, hea..

Link
@varbear shared a link, 1 month ago
FAUN.dev()

Chinese Hackers Use Anthropic's AI to Launch Automated Cyber Espionage Campaign

Chinese state-backed threat actorsorchestrated automated cyber attacks using AI technology developed byAnthropicin a highly refinedespionage campaignin mid-September 2025. The attackers leveraged AI to execute 80-90% of tactical operations independently at physically impossible request rates, markin.. read more  

Chinese Hackers Use Anthropic's AI to Launch Automated Cyber Espionage Campaign
Link
@varbear shared a link, 1 month ago
FAUN.dev()

10 MCP Servers to Optimize Developer Workflows

TheModel Context Protocol (MCP)wires AI agents into real-world dev workflows, think pushing to GitHub, deploying APIs, tweaking Docker, all straight from the code editor. MCP servers like GitHub MCP, Apidog MCP, and Supabase MCP plug into popular tools and infra. They let LLMs update code, ship APIs.. read more  

10 MCP Servers to Optimize Developer Workflows
Link
@varbear shared a link, 1 month ago
FAUN.dev()

Zigbook – Learn the Zig Programming Language

Learning Zig is not just about adding a language to your resume. It is about fundamentally changing how you think about software. The book promise: “You came for syntax. You'll leave with a philosophy.”!.. read more  

Zigbook – Learn the Zig Programming Language
Link
@varbear shared a link, 1 month ago
FAUN.dev()

How to Improve Your Programming Skills by Building Games

Building games forces devs to get good atevent-driven code,modular design,real-time tuning, andcreative debugging, fast. It sharpens instincts aroundECS patterns, math-backed logic, and hands-on UX thinking... read more  

How to Improve Your Programming Skills by Building Games
Link
@varbear shared a link, 1 month ago
FAUN.dev()

Introducing Code Wiki: Accelerating your code understanding

Google just droppedCode Wikiin public preview. It builds live, structured docs straight from your codebase - and stays synced as things change. Docs evolve with your repo. Automatically. A Gemini-powered chat agent sits at the center, armed with full-repo context, clickable code links, and diagrams .. read more  

Introducing Code Wiki: Accelerating your code understanding
Link
@varbear shared a link, 1 month ago
FAUN.dev()

What’s new in Flutter 3.38

Flutter 3.38 drops with Dart 3.10’s newdot shorthand- on by default. Less boilerplate, more signal. Android getspredictive back gestures, the web getsstateful hot reload, and Windows devs finally getmulti-monitor support. Overlay controls are tighter. Previews play nicer with your IDE. Under the hoo.. read more  

What’s new in Flutter 3.38
k3d is an open-source utility designed to simplify running Kubernetes locally by wrapping K3s (Rancher’s lightweight Kubernetes distribution) inside Docker containers. Instead of creating virtual machines, k3d uses Docker as the execution layer, allowing developers to spin up multi-node Kubernetes clusters in seconds using minimal system resources.

k3d is especially popular for local development, CI pipelines, demos, and testing Kubernetes-native applications. It supports advanced setups such as multi-node clusters, load balancers, custom container registries, port mappings, and volume mounts, while remaining easy to tear down and recreate.

Because it uses K3s, k3d inherits a simplified control plane, bundled components, and reduced memory footprint compared to full Kubernetes distributions. This makes it ideal for developers who want a realistic Kubernetes environment without the overhead of tools like Minikube or full VM-based clusters.

k3d integrates cleanly with common Kubernetes workflows and tools such as kubectl, Helm, Skaffold, and Argo CD. It is frequently used to validate manifests, test Helm charts, and simulate production-like environments locally before deploying to cloud or on-prem clusters.