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.