Introduction We previously configured NFS volumes in Kubernetes for reliable free fault-tolerant networked storage. The downside of manually defining volumes is that only Kubernetes administrators can create volumes; this might be desired in some cases to implement strict control of NFS usage.
Introduction Kubernetes, with all its greatness, still needs a place where to reliably store data and make that data persist across pod restarts and nodes.
Introduction K3s is a minimalistic kubernetes platform created by Rancher. It uses SQLite instead of etcd and provides a powerfull platform with builtin service Loadbalancer.