Giter VIP home page Giter VIP logo

Comments (4)

lvnilesh avatar lvnilesh commented on September 25, 2024

I just deployed this in a staging area. this seems to save money on small use cases compared to https://cloud.google.com/launcher/docs/single-node-fileserver

I tested with really simple dd based tests.

What tests do you suggest before entering production?

from kubernetes-nfs-volume-on-gke.

gytisgreitai avatar gytisgreitai commented on September 25, 2024

It all depends on your workload. What I'm interested in is how this would behave with ~100 clients constantlyreading/writing small files 5-15kb. What would the load on the nfs-server server.

What dd based tests did your perform? How large is your GCE disk?

Edit:

and what about nfs-server making more HA? Can i have two of those, how would they work?

from kubernetes-nfs-volume-on-gke.

lvnilesh avatar lvnilesh commented on September 25, 2024

Cost of running:
This is poor mans ($) NFS solution. I am using a 200GB external persistent SSD which I snapshot periodically. I carve out PV using NFS backed by that SSD and PVC mount them as ReadWriteMany. The next better solution ($$) would be high-performing multi-disk ZFS backed single box n1-highmem-8 NFS filer https://cloud.google.com/launcher/docs/single-node-fileserver but still not HA. An HA solution ($$$) would be glusterfs based https://github.com/rimusz/glusterfs-gce and that would need three machines - each in a different zone within a region.

Performance:
This needs thorough testing for perf but I don't expect HA or blazing perf. I have attempted https://www.cyberciti.biz/faq/howto-linux-unix-test-disk-performance-with-dd-command/ but need to do more testing. my load is mostly small file reads not much write activity.

I am looking for ideas for refinement without going HA route while keeping NFS storage spend below $100 per month.

from kubernetes-nfs-volume-on-gke.

lvnilesh avatar lvnilesh commented on September 25, 2024

With prelim load testing, this is working out to be a good poor man's NFS solution.

from kubernetes-nfs-volume-on-gke.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.