Join us

ContentUpdates and recent posts about k3d..
News FAUN.dev() Team Trending
@kaptain shared an update, 2 weeks, 4 days ago
FAUN.dev()

Kubernetes v1.35: A Deep Dive Into the Biggest Changes Before the December 17 Release

Kubernetes containerd

Kubernetes v1.35 release removes cgroup v1 and containerd v1.X support, urging admins to migrate to newer versions and adopt enhancements like in-place Pod updates and OCI image volume support.

Kubernetes v1.35: A Deep Dive Into the Biggest Changes Before the December 17 Release
News FAUN.dev() Team Trending
@devopslinks shared an update, 2 weeks, 4 days ago
FAUN.dev()

Researcher Scans 5.6M GitLab Repositories, Uncovers 17,000 Live Secrets and a Decade of Exposed Credentials

Atlassian Bitbucket GitLab CI/CD GitLab AWS Lambda TruffleHog

A security research project led by Luke Marshall scanned 5.6 million GitLab repositories, uncovering over 17,000 live secrets and earning $9,000 in bounties, highlighting GitLab's larger scale and higher exposure risk compared to Bitbucket.

Researcher Scans 5.6M GitLab Repositories, Uncovers 17,000 Live Secrets and a Decade of Exposed Credentials
 Activity
@devopslinks added a new tool TruffleHog , 2 weeks, 4 days ago.
News FAUN.dev() Team Trending
@devopslinks shared an update, 2 weeks, 4 days ago
FAUN.dev()

AWS Optimizer Targets Unused NAT Gateways for Cost Savings

Amazon Web Services Amazon CloudWatch

AWS Compute Optimizer now helps identify unused NAT Gateways to boost cost savings by analyzing traffic activity and route table associations.

AWS Optimizer Targets Unused NAT Gateways for Cost Savings
News FAUN.dev() Team Trending
@devopslinks shared an update, 2 weeks, 4 days ago
FAUN.dev()

GitLab Uncovers Massive npm Attack - Developers on High Alert

Amazon Web Services GitLab GitHub npm

GitLab's team discovers a large-scale npm supply chain attack with malware that spreads through npm packages, threatening data destruction if disrupted.

GitLab Uncovers Massive npm Attack - Developers on High Alert
 Activity
@varbear added a new tool npm , 2 weeks, 4 days ago.
 Activity
@devopslinks added a new tool GitHub , 2 weeks, 4 days ago.
Story
@laura_garcia shared a post, 2 weeks, 4 days ago
Software Developer, RELIANOID

𝘐𝘯 𝘤𝘢𝘴𝘦 𝘺𝘰𝘶 𝘮𝘪𝘴𝘴𝘦𝘥 𝘪𝘵: Europe’s skies disrupted

Cyberattack on Collins Aerospace’s MUSE platform We shared this analysis a few months ago, but given the relevance of the topic and the growing impact of cyberattacks on critical infrastructure, it’s definitely worth resurfacing. The incident forced major airports like Heathrow, Brussels, and Berlin..

News FAUN.dev() Team Trending
@kala shared an update, 2 weeks, 4 days ago
FAUN.dev()

DeepSeekMath-V2 Launches with 685B Parameters - Dominates Math Contests

DeepSeekMath-V2

DeepSeekMath-V2, an AI model with 685 billion parameters, excels in mathematical reasoning and achieves top scores in major competitions, now available open source for research and commercial use.

DeepSeekMath-V2 Launches with 685B Parameters - Dominates Math Contests
Link
@anjali shared a link, 2 weeks, 4 days ago
Customer Marketing Manager, Last9

9 Monitoring Tools That Deliver AI-Native Anomaly Detection

A technical guide comparing nine observability platforms built to detect anomalies and support modern AI-driven workflows.

anamoly_detection
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.