Skip to content

K3d

k3d

https://k3d.io/ -> Run k3s in Docker!

Synopsis

https://k3d.io/ k3d is a wrapper CLI that helps you to easily create k3s clusters inside docker. Nodes of a k3d cluster are docker containers running a k3s image. All Nodes of a k3d cluster are part of the same docker network.

k3d [flags]

Options

-h, --help help for k3d --timestamps Enable Log timestamps --trace Enable super verbose output (trace logging) --verbose Enable verbose output (debug logging) --version Show k3d and default k3s version

SEE ALSO


Last update: April 20, 2021
Back to top