k3s is the lightweight Kubernetes distribution by Rancher. k3d creates containerized k3s clusters. This means, that you can spin up a multi-node k3s cluster on a single machine using docker.
k3s is the lightweight Kubernetes distribution by Rancher. k3d creates containerized k3s clusters. This means, that you can spin up a multi-node k3s cluster on a single machine using docker.
To install k3d, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install k3d
To see what files were installed by k3d, run:
port contents k3d
To later upgrade k3d, run:
sudo port selfupdate && sudo port upgrade k3d
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.