turbo_scanning
@turbo_scanning@feddit.de
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on what will be my next server operating system (Fedora Server, Fedora CoreOS, NixOS), your experience and opinion 7 months ago:
If you want to containerise your apps, you could try Talos Linux. It is an api driven OS tailored to run Kubernetes. There is no bulk, only what is needed to run K8s, i.e., even no ssh server.
You control it with talosctl which calls the gRPC api endpoint to read or write all sorts of state including machine configuration.
- Comment on ZFS: Should I use NAS or Enterprise/Datacenter SSDs? 1 year ago:
Today, growing a pool is possible by adding a vdev, right?
So, instead of RAIDZ2, one could setup their pool with mirrored vdevs.
However, I’m not sure about the self-healing part. Would it still work with mirrored vdevs, especially when my vdevs consist of two physical drives only?