From 5fb23f4b05344ae6a22c32fdb84e8f8e785af2e2 Mon Sep 17 00:00:00 2001 From: Dominik Tomasi Date: Fri, 7 Jun 2024 10:28:31 +0200 Subject: [PATCH] docs: add k3d (#306) Signed-off-by: Dominik Tomasi --- radar/2024-06-01/k3d.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 radar/2024-06-01/k3d.md diff --git a/radar/2024-06-01/k3d.md b/radar/2024-06-01/k3d.md new file mode 100644 index 0000000..602c975 --- /dev/null +++ b/radar/2024-06-01/k3d.md @@ -0,0 +1,8 @@ +--- +title: "K3D" +ring: trial +quadrant: tools +tags: [devops] +--- + +[k3d](https://k3d.io/) is a lightweight wrapper to run [k3s](https://k3s.io) (Rancher Lab’s minimal Kubernetes distribution) in docker. It is a very useful tool to create kubernetes native development environments or use it as sandbox to test out things locally.