logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create k3d Clusters - Manage k3s Docker | Online Free DevTools by Hexmos

Create k3d clusters easily with k3d. Deploy lightweight Kubernetes distributions inside Docker containers. Free online tool, no registration required.

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}}

See Also