Talosctl

So I’ve been able to do a couple of things with the cluster:

  • I got a VIP going that is confirmed load balanced between the 3 nodes. I was confused about it initally but I shut one down and the IP moved.

Here is the configuration for that:

machine:
  network:
    interfaces:
      - deviceSelector:
          busPath: "0*" # should select any hardware network device, if you have just one, it will be selected
      dhcp: true
      vip:
        ip: 192.168.5.55

Pretty straightforward.

I think I want to write some just commands to make my life easier for commonly used commands. Just so I don’t have to keep writing specific stuff out. I do need to export things to environment variables to make life easier.

Talosctl Reference