Report this

What is the reason for this report?

How to improve NFS Kubernetes Write Performance

Posted on June 13, 2020

I was following the tutorial found at https://www.digitalocean.com/community/tutorials/how-to-set-up-readwritemany-rwx-persistent-volumes-with-nfs-on-digitalocean-kubernetes and was able to get an NFS share with persistent volume claim across all pods and it is working well with autoscaling.

My challenge is performance. I am having really slow write speeds which is impacting the performance of my PHP application. I’ve modified the mount options during the nfs-server deployment (which I came across in a few other threads) but it doesn’t seem to help.

mountOptions:
    - noatime
    - rsize=8192
    - wsize=8192
    - tcp
    - timeo=14
    - intr 0 0

Does anyone have any ideas as to how to improve the write performance?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.