The easiest way to try Talos is by using the CLI (talosctl) to create a cluster on a machine with docker installed. Prerequisites talosctl Download talosctl: amd64 bash curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/latest/download/talosctl-$(uname -s | tr "[:upper:]""[:lower:]")-amd64 chmod +x /usr/local/bin/talosctl arm64 For linux and darwin operating systems talosctl is also available for the arm64 processor architecture. bash curl -Lo /usr/local/bin/talo...