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: 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 kubectl Download kubectl via one of methods outlined in the documentation. Create the Cluster Now run the following: bash talosctl cluster create Ver...