Join us

ContentUpdates and recent posts about k3d..
Course
@eon01 published a course, 3ย months, 2ย weeks ago
Founder, FAUN.dev

Observability with Prometheus and Grafana

Prometheus Docker k3s Grafana GNU/Linux Kubernetes

A Complete Hands-On Guide to Operational Clarity in Cloud-Native Systems

Observability with Prometheus and Grafana
Course
@eon01 published a course, 3ย months, 2ย weeks ago
Founder, FAUN.dev

Cloud-Native Microservices With Kubernetes - 2nd Edition

Helm Jaeger OpenTelemetry Prometheus Docker Grafana Loki Grafana Kubernetes Kubectl

A Comprehensive Guide to Building, Scaling, Deploying, Observing, and Managing Highly-Available Microservices in Kubernetes

Cloud-Native Microservices With Kubernetes - 2nd Edition
Course
@eon01 published a course, 3ย months, 2ย weeks ago
Founder, FAUN.dev

Building with GitHub Copilot

GitHub Copilot Go Python

From Autocomplete to Autonomous Agents

Building with GitHub Copilot
Link
@anjali shared a link, 3ย months, 2ย weeks ago
Customer Marketing Manager, Last9

Instrument Jenkins With OpenTelemetry

Instrument Jenkins with OpenTelemetry to understand pipeline behavior, stage latency, and deploy steps using a single telemetry flow.

Otel_injector
ย Activity
@devopslinks added a new tool Fleet , 3ย months, 2ย weeks ago.
ย Activity
@kaptain added a new tool Rancher Kubernetes Engine (RKE2) , 3ย months, 2ย weeks ago.
Course
@eon01 published a course, 3ย months, 2ย weeks ago
Founder, FAUN.dev

End-to-End Kubernetes with Rancher, RKE2, K3s, Fleet, Longhorn, and NeuVector

Rancher Longhorn Rancher Kubernetes Engine (RKE2) Rancher Kubernetes Engine (RKE) Fleet NeuVector k3s GNU/Linux Docker Traefik Kubectl

The full journey from nothing to production

End-to-End Kubernetes with Rancher, RKE2, K3s, Fleet, Longhorn, and NeuVector
Story
@laura_garcia shared a post, 3ย months, 2ย weeks ago
Software Developer, RELIANOID

๐Ÿ”ฅ ๐—•๐—น๐—ฎ๐—ฐ๐—ธ ๐—™๐—ฟ๐—ถ๐—ฑ๐—ฎ๐˜† ๐—ฎ๐˜ ๐—ฅ๐—˜๐—Ÿ๐—œ๐—”๐—ก๐—ข๐—œ๐——: ๐—˜๐˜…๐—ฐ๐—น๐˜‚๐˜€๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—บ๐—ผ๐˜๐—ถ๐—ผ๐—ป๐˜€ ๐—”๐—ฟ๐—ฒ ๐—Ÿ๐—ถ๐˜ƒ๐—ฒ! ๐Ÿ”ฅ

This year, weโ€™re taking Black Friday to the next level โ€” with ๐˜๐—ฎ๐—ถ๐—น๐—ผ๐—ฟ๐—ฒ๐—ฑ ๐—ฝ๐—ฟ๐—ผ๐—บ๐—ผ๐˜๐—ถ๐—ผ๐—ป๐˜€ designed specifically for our users, partners, and customers, who will receive their ๐—ฒ๐˜…๐—ฐ๐—น๐˜‚๐˜€๐—ถ๐˜ƒ๐—ฒ ๐—ผ๐—ณ๐—ณ๐—ฒ๐—ฟ ๐—ฑ๐—ถ๐—ฟ๐—ฒ๐—ฐ๐˜๐—น๐˜† tomorrow, perfectly matched to their environment โžก๏ธ ๐ŸŽ ๐—–๐˜‚๐˜€๐˜๐—ผ๐—บ๐—ถ๐˜‡๐—ฒ๐—ฑ ๐—ข๐—ณ๐—ณ๐—ฒ๐—ฟ๐˜€ ๐—ณ๐—ผ๐—ฟ ๐—˜๐˜ƒ๐—ฒ๐—ฟ๐˜† ๐—ก๐—ฒ๐—ฒ๐—ฑ. ๐Ÿš€ ๐——๐—ผ ๐˜†๐—ผ๐˜‚ ๐˜„๐—ฎ๐—ป๐˜ ๐˜๐—ผ ๐—ธ๐—ป๐—ผ..

Story
@thiagoterzi shared a post, 3ย months, 2ย weeks ago
CEO, dgt27

Overcoming Data Duplication in CRM Systems

Learn how to prevent and resolve CRM data duplication using automation, AI tools, and smart integrations like Marketo Salesforce integration to maintain cleaner data.

Overcoming Data Duplication in CRM Systems
Story
@laura_garcia shared a post, 3ย months, 2ย weeks ago
Software Developer, RELIANOID

๐Ÿš€ New Deployment Guide: RELIANOID Enterprise Edition v8 on Azure with Terraform

We're excited to share a 1-minute deployment guide showing how to quickly launch the RELIANOID Load Balancer Enterprise Edition v8 on Microsoft Azure using our official Terraform module. ๐Ÿ”ง Whatโ€™s inside the guide? Prerequisites (Terraform, Azure CLI, SSH keys) How to find the official Terraform modu..

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