Replies: 1 comment 6 replies
-
@alexpdp7 did you ever try this? I am looking at this now with a similar use case. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My use case is two single-node Talos clusters. I know single-node k8s does not make a ton of sense, but this is personal infra. I just use k8s as a small PaaS to deploy some applications. Also for learning purposes and because increasingly, more software is easier to deploy on k8s.
For now, I've been running a storageless cluster, which has been fine for my purposes. However, I want to run a piece of software that supports object storage (Takahe). So I was looking at setting up Minio or some other "easy" object storage outside the cluster.
But SeaweedFS caught my attention. I got a POC very quickly (single command), and I read some encouraging articles. It apparently can do object storage and provide PVs to Kubernetes clusters.
Anyone using this with Talos? I would run it alongside my Talos clusters, in Proxmox. Talos is a VM, while I would run this as an LXC container.
Beta Was this translation helpful? Give feedback.
All reactions