Мануалы и справочники Общие команды
k3d

Команда k3d: опции, ключи и примеры использования

k3d

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

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM