Join us

ContentUpdates and recent posts about k3d..
Link
@varbear shared a link, 1ย day, 6ย hours ago
FAUN.dev()

How we reduced the size of our Agent Go binaries by up to 77%

The Datadog Agent cut its Go binaries size by up to 77% in six months, removing unnecessary dependencies and enabling linker optimizations to trim artifacts significantly... read more ย 

Link
@varbear shared a link, 1ย day, 6ย hours ago
FAUN.dev()

I Taught My Dog to Vibe Code Games

DogKeyboardruns onRaspberry Pi. It filters Bluetooth keystrokes, proxies them toClaude Code, and triggers a feeder overZigbee. Builds useGodot 4.6andC#. Automated screenshot/replay testers, a scene linter, a shader linter, and an input mapper letClaude Codeauto-test, patch, and relaunch games... read more ย 

I Taught My Dog to Vibe Code Games
Link
@varbear shared a link, 1ย day, 6ย hours ago
FAUN.dev()

Malicious Next.js Repos Target Developers Via Fake Job Interviews

Linked to North Korean fake job-recruitment campaigns, the poisoned repositories are aimed at establishing persistent access to infected machines... read more ย 

Link
@varbear shared a link, 1ย day, 6ย hours ago
FAUN.dev()

The Linux Foundation reveals the "ugly" secret of how open source is draining your budget

Linux Foundation report finds contributors get2xโ€“5x ROI. It also finds45%of organizations runprivate forksthat cost ~5,000labor hours per release. The report introduces anROI modelthat values contributions bylabor cost, not linesโ€‘ofโ€‘code. It simulates crossโ€‘project tradeoffs... read more ย 

Story
@laura_garcia shared a post, 2ย days, 7ย hours ago
Software Developer, RELIANOID

๐Ÿบ Cyberattack on Asahi Group: Why Japanโ€™s Industrial Sector Canโ€™t Afford to Wait

Weโ€™re resharing this post because its relevance has only grown. Japanโ€™s largest brewer, Asahi Group, was recently hit by a major ransomware attack that disrupted production and logistics operations nationwide. The timing is striking: the incident came just days after Japan enacted its new Cyber Defe..

Link Xygeni Team
@mashka shared a link, 3ย days, 6ย hours ago
Paid Acquisition and Growth Marketing, xygeni

Your Copilot Just Pushed Code to Prod. Did Anyone Check the Security?

AI copilots like GitHub Copilot and Cursor can push production-ready code instantlyโ€”but CI-only security scans catch issues after merge, when itโ€™s too late. In this live session, see how to detect vulnerabilities in real time inside the IDE, validate reachability before merge, apply guardrails to AI-generated code, and auto-fix safely. Includes live demo securing Copilot and AI agent workflows. ๐Ÿ“… March 11, 2026 ๐Ÿ‘‰ Register https://www.linkedin.com/events/7432784645383110656/

Webinars Creas
Story Trending
@laura_garcia shared a post, 3ย days, 9ย hours ago
Software Developer, RELIANOID

๐—ฅ๐—˜๐—Ÿ๐—œ๐—”๐—ก๐—ข๐—œ๐—— ๐—ฎ๐˜ ๐— ๐—ผ๐—ฏ๐—ถ๐—น๐—ฒ ๐—ช๐—ผ๐—ฟ๐—น๐—ฑ ๐—–๐—ผ๐—ป๐—ด๐—ฟ๐—ฒ๐˜€๐˜€ ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ

๐Ÿ“ ๐—•๐—ฎ๐—ฟ๐—ฐ๐—ฒ๐—น๐—ผ๐—ป๐—ฎ | ๐Ÿฎโ€“๐Ÿฑ ๐— ๐—ฎ๐—ฟ๐—ฐ๐—ต ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ ๐Ÿš€ ๐—๐—ผ๐—ถ๐—ป ๐—ฅ๐—˜๐—Ÿ๐—œ๐—”๐—ก๐—ข๐—œ๐—— ๐—ฎ๐˜ ๐— ๐—ผ๐—ฏ๐—ถ๐—น๐—ฒ ๐—ช๐—ผ๐—ฟ๐—น๐—ฑ ๐—–๐—ผ๐—ป๐—ด๐—ฟ๐—ฒ๐˜€๐˜€ ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ (๐— ๐—ช๐—– ๐Ÿฎ๐Ÿฒ) The worldโ€™s most influential connectivity event returns โ€” and this year marks 20 years in Barcelona, celebrating two decades of collaboration between a global tech powerhouse and one of Europeโ€™s most innovative ci..

mwc_barcelona_mobile_world_congress_2026_relianoid
Story
@idjuric660 shared a post, 3ย days, 11ย hours ago
Technical Content Writer, Mailtrap

5 Best Email API for Laravel Developers Tested & Compared

The best email APIs for Laravel developers are Mailtrap, SendGrid, Mailgun, Amazon SES, and Postmark. To provide you with a fair and unbiased comparison of these APIs, I researched and tested them all with the help of Mailtrap email deliverability experts, security team, and developers. Together, we..

ย Activity
@aliasceasar026 started using tool Crypto-Loot , 3ย days, 12ย hours ago.
ย Activity
@tonybrain-dotcom started using tool Vue.js , 4ย days, 3ย hours ago.
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.