Categories
Cloud Linux Virtualization

Adding persistent storage to k3s

Basics Kubernetes/k3s is using the Container Storage Interface (short CSI) to provide persistent storage. More details about that can be found here. Options By default k3s/rancher ships with a storage class called “local-path“. According to k3s documentation an alternative is “longhorn” (see here). But there are plenty of other options based on NFS, Ceph (both […]

Categories
Linux

NFS version 3 and 4 compared

There have been quite some changes between versions 3 and 4 of the NFS protocol. From an administrator’s perspective, the following changes were introduced: User / group id mapping:Version 3 and below used a numeric user / group id based mapping: so a user with user id 1000 on the client was mapped to a […]