Join us

ContentUpdates and recent posts about k3d..
News FAUN.dev() Team Trending
@kaptain shared an update, 1 month, 1 week ago
FAUN.dev()

Kubernetes Gateway API 1.4.0 Makes Network Routing More Declarative and Reliable

Kubernetes Istio

Kubernetes releases Gateway API 1.4.0, enhancing service networking with new features like secure TLS connections and improved configuration options.

Gateway API Logo
News FAUN.dev() Team
@kaptain shared an update, 1 month, 1 week ago
FAUN.dev()

Grafana Pushes the Limits of Metrics Performance with Mimir 3.0

Prometheus Grafana Mimir

Grafana Mimir 3.0 debuts with a new query engine and architecture, boosting performance, reliability, and cost efficiency.

Grafana Pushes the Limits of Metrics Performance with Mimir 3.0
 Activity
@kaptain added a new tool Grafana Mimir , 1 month, 1 week ago.
Link
@anjali shared a link, 1 month, 1 week ago
Customer Marketing Manager, Last9

OpenTelemetry Metrics in Quarkus Explained

Understand how to enable, export, and extend OpenTelemetry metrics in your Quarkus application with practical examples.

otel_metrics_quarkus
News FAUN.dev() Team
@varbear shared an update, 1 month, 1 week ago
FAUN.dev()

Redis Fixes Critical Vulnerability - Update Your Instances Now

Redis

Redis addresses a critical remote code execution vulnerability, CVE-2025-49844, by releasing fixed versions and recommending best practices to protect instances.

Redis Fixes Critical Vulnerability - Update Your Instances Now
News FAUN.dev() Team
@devopslinks shared an update, 1 month, 1 week ago
FAUN.dev()

Pulumi’s Neo Now Fixes Infra Policy Violations - Not Just Flags Them

Pulumi

AI-powered remediation rolls out across Pulumi Cloud, bringing automated fixes, approval workflows, and cross-cloud compliance without requiring full migration to Pulumi IaC.

Pulumi’s Neo Now Fixes Infra Policy Violations - Not Just Flags Them
News FAUN.dev() Team
@devopslinks shared an update, 1 month, 1 week ago
FAUN.dev()

AWS Unveils Fastnet Cable to Boost Transatlantic Cloud Connectivity

Amazon Web Services

AWS introduces Fastnet, a high-capacity transatlantic subsea cable, to enhance network resilience and support growing cloud and AI demands, operational by 2028.

AWS Unveils Fastnet Cable to Boost Transatlantic Cloud Connectivity
News FAUN.dev() Team
@varbear shared an update, 1 month, 1 week ago
FAUN.dev()

GitHub Unveils Agent HQ: A Unified Platform for Managing AI Agents

GitHub Copilot

GitHub’s new Agent HQ unifies AI tools from OpenAI, Anthropic, and Google directly within GitHub. It offers centralized management for AI agents through mission control, custom agent setup, code quality tracking, and enterprise governance - all designed to streamline AI-driven development while keeping control and visibility in one place.

GitHub Unveils Agent HQ: A Unified Platform for Managing AI Agents
 Activity
@kaptain added a new tool pgEdge , 1 month, 1 week ago.
News FAUN.dev() Team
@devopslinks shared an update, 1 month, 1 week ago
FAUN.dev()

IncusOS Launches: A Secure, API-Driven Linux for Servers and VMs

IncusOS

IncusOS, an immutable operating system for running Incus, debuts with atomic updates and boot security, based on a minimal Debian 13, managed via the Incus API.

IncusOS Launches: A Secure, API-Driven Linux for Servers and VMs
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.