Using a NFS Provisioner with Talos
unixorn.github.io·2d
🏠HomeLab
Preview
Report Post

I’ve been experimenting with running Talos in my home lab. I really like the idea of an immutable OS layer under Kubernetes and wanted to stand up a cluster to run some of my services that are currently run in docker-compose. I decided to use my Synology to store k8s volumes, here’s how I set that up

I have a Talos cluster running in my proxmox cluster. Because it’s immutable and is managed via API calls with talosctl, using the Synology isn’t as simple as sshing to a kubernetes node and mounting a filesystem.

Pre-requisites

  • helm & talosctl. I installed them on my M3Book with brew, but you can get other install instructions at helm.sh and the Sidero Labs [website](https://docs.siderolabs.com/omni/g…

Similar Posts

Loading similar posts...