How to deploy an NFS server and use it on Scaleway cloud instances using VPC?
Depending on the different needs of a cloud project, you may need to work on multiple virtual machines with a shared networked volume. This can come in handy to avoid duplicating files, collaborating or even saving money on your monthly bill which can quickly add up. Most cloud providers are providing an NFS based product, which allow any virtual instances to get more storage using a Network File System (NFS). For example with AWS, that’s the EFS product....