Developer Installation
This section is intended for developers creating their own third party service (device driver or support service).
K3d
- docker to be able to use k3d at all
kubectl
to interact with the Kubernetes cluster
Installation of the latest version of K3d can be done using curl:
curl -s https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
A new Cluster can now be created as follows:
k3d cluster create mycluster
A list of Clusters can be shown as follows:
k3d cluster list
k3d --help
Once the Cluster is up and running you can use kubectl
from the
command line to interact with it.