12466
Offtopic group for casual talking about anything. @rules_for_python still apply (except for the ontopic rule)
Well, that's a task to think about. I will design it when there are volunteers
Читать полностью…
Longhorn integrates with k8s. Its could be a nice solution
Читать полностью…
What won't give you PVCs but a way to distribute static content for applications or backups.
Читать полностью…
So....
On the topic of trust. There are heuristic distributed trust systems. They can also be backed by some kind of solution... like Vault
Also, owner need to be trusted. Even if you limit what the contributors of those nodes have limited access to inside cluster, they will have full access to whatever runs on their nodes anyway.
Читать полностью…
If the node owner were to share storage for distribution.
Читать полностью…
I didn't think about it. I would probably try to link it to a cluster
Читать полностью…
The owners of those nodes would need to trust strangers?
Читать полностью…
Where there are volunteers, then I'll think about it. I want to design an open distributed system with secure shared access
Читать полностью…
Vault controls how secrets are distributed and who is authorized to request them — but once a secret lands on a node, the node operator can see it.
Читать полностью…
Longhorn is slow and synchronous. Garage is a good fit for distribution data over nodes that are not near to each other.
Читать полностью…
Stateful applications would need to sync with other instances still, but could send backups to Garage.
Читать полностью…
Yes. There is a latency issue. But I remember there's an open-source solution specifically for these kinds of 'garage distributed systems'. It's called Garage, I believe — named exactly that
Читать полностью…
There's a latency concern if the distributed storage is distributed to nodes around different parts of the world. Asynchronous replication would have a tolerable latency, but there's a risk of data loss.
Читать полностью…
So, the owners of those node plus perhaps some admins who take care of the cluster?
Читать полностью…
I'm distributed storage is a must, I'm just asking if you have thought about it.
Читать полностью…
And who gets to deploy services? The owner of those nodes?
Читать полностью…
And which kind of access do the owner of those nodes get to the cluster?
Читать полностью…
Volunteers wanted for my k3s cluster. Let's build the People's Communist Cloud ☭
shishka@k3s-master-sakhalin:~$ sudo k3s kubectl get nodesNAME STATUS ROLES AGE VERSIONk3s-master-sakhalin Ready control-plane,master 147d v1.33.6+k3s1k3s-worker-madrid Ready <none> 88s v1.35.4+k3s1k3s-worker-moscow Ready <none> 146d v1.33.6+k3s1k3s-worker-warsaw Ready <none> 89d v1.34.3+k3s3