k3d
A wrapper to easily create k3s clusters inside Docker. More information: <https://k3d.io>.
Install
- All systems
-
curl cmd.cat/k3d.sh
- Debian
-
apt-get install k3d - Ubuntu
-
apt-get install k3d - Kali Linux
-
apt-get install k3d - Fedora
-
dnf install k3d - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install k3d - Raspbian
-
apt-get install 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
© tl;dr; authors and contributors