k3d-0.1.0 is not a library.
k3d - k3s in docker
A lightweight alternative to KinD for local development.
Install and run
-
You need docker installed.
-
Just run:
curl -s https://api.github.com/repos/zeerorg/k3s-in-docker/releases/latest | grep "browser_download_url.*k3d\"" | cut -d : -f 2,3 | tr -d \" | wget -qi - -O k3d && ./k3d create -
If you have rust toolchain installed, you can install it using:
cargo install k3d && k3d create
Advantages over KinD
- Supports arm64 and armhf
- Fast boot time
- Supports starting and stopping without losing previous state
- Lightweight compared to KinD