• 0 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: June 28th, 2023

help-circle


  • As for food functionality it is very comparable to software remote control of a computer. There are 3 key features that stand out:

    • It does not rely on the target machine being booted into the OS. This means you can access it even if it crashes or locks up.
    • It can “push” the power button on the machine. This requires an accessory that plugs into the motherboard. So you can force a machine off or cold boot a system.
    • You can mount a boot ISO. This is like having a bootable flash drive in the target machine so you can install an OS remotely.

    Edit: Because this is essentially full access to the machine as if you where physically at it, it should be considered a security risk. Not saying that you need to be scared of it, but you should be aware of the risk and protect it from unauthorized access.


  • I would stay away from kubernets/k3/k8s. Unless you want to learn it for work purposes, it’s so overkill you can spend a month before you get things running. I know from experience. My current setup gives you options and has been reliable for me.

    NAS Box: Truenas Scale - You can have UnRaid fill this role.

    Services Hosting: Proxmox - I can spin up any VMs I need and lots of info online to do things like hardware passthrough to VMs.

    Containers: Debian VM - Debian makes a great server environment as it’s stable and well supported. I just make this VM a docker swarm host. I managed things with Portainer for a web interface.

    I keep data on the NAS and have containers access it over the network. Usually a NFS share.