Creating a cluster via the CLI (vultr-cli) on Vultr.com.
vultr-cli
tool.
ID
in the output, it will be needed later when creating the instances.met
vultr
platform: e.g.
(this URL references the default schematic and amd64
architecture).
Make a note of the ID
in the output, it will be needed later when creating the instances.
ID
of the load balancer from the output of the above command, it will be needed after the control plane instances are created.
IP
address, it will be needed later when generating the configuration.
--plan vc2-2c-4gb
argument) in the example is for a minimum-spec control plane node, and should be updated to suit the cluster being created.
ID
s, as they are needed to attach to the load balancer created earlier.
--plan vc2-1-1gb
) should be changed for the actual cluster requirements.
talosctl bootstrap
command be executed only once and against only a single control plane node.
talosconfig
can be updated with the endpoints and nodes.
kubeconfig
kubeconfig
can be retrieved from the Talos API to be saved locally.
kubeconfig
can be used by any of the usual Kubernetes tools to interact with the Talos-based Kubernetes cluster as normal.