
k3d
List of commands for k3d:
-
k3d:tldr:20cf7 k3d: Create a new containerized k3s node.$ k3d node create ${node_name}try on your machineexplain this command
-
k3d:tldr:24c20 k3d: Create a cluster.$ k3d cluster create ${cluster_name}try on your machineexplain this command
-
k3d:tldr:35c8d k3d: Import an image from Docker into a k3d cluster.$ k3d image import ${image_name} --cluster ${cluster_name}try on your machineexplain this command
-
k3d:tldr:7bcf2 k3d: Create a new registry.$ k3d registry create ${registry_name}try on your machineexplain this command
-
k3d:tldr:9a0ac k3d: Delete a cluster.$ k3d cluster delete ${cluster_name}try on your machineexplain this command