talosctl in a few minutes.
Prerequisites
Before you begin, make sure you have the following tools installed:-
talosctl: On macOS or Linux, installtalosctlby running the command below. For other systems, see the talosctl documentation: -
kubectl: Refer to the Install kubectl documentation for installation instructions.
Create the cluster
With your prerequisites in place, run the following command to create a cluster on Docker:If you are using Docker Desktop on macOS and encounter the error: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?, you may need to manually create the Docker socket symlink:
sudo ln -s "$HOME/.docker/run/docker.sock" /var/run/docker.socktalosctl: