k3d/docs/usage/commands/k3d.md
2021-04-20 07:39:51 +02:00

1.1 KiB

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