k3d

A wrapper to easily create k3s clusters inside Docker. More information: <https://k3d.io>.

Debian Debian
RUN apt-get update && \ apt-get install -y k3d
Ubuntu
RUN apt-get update && \ apt-get install -y k3d
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y k3d
Fedora
RUN dnf install -y k3d
Raspbian
RUN apt-get update && \ apt-get install -y k3d
click the source code to copy install k3d on any operating system with command-not-found.com