System Grab Bag

View all TLDR pages from common (or from all pages)

k3d

A wrapper to easily create k3s clusters inside Docker. More information: https://k3d.io.
  • Create a cluster:
    k3d cluster create {{cluster_name}}
  • Delete a cluster:
    k3d cluster delete {{cluster_name}}
  • Create a new containerized k3s node:
    k3d node create {{node_name}}
  • Import an image from Docker into a k3d cluster:
    k3d image import {{image_name}} --cluster {{cluster_name}}
  • Create a new registry:
    k3d registry create {{registry_name}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.