Code Monkey home page Code Monkey logo

Comments (3)

jpthurman avatar jpthurman commented on September 16, 2024

Follow-up Action to https://github.com/UffizziCloud/uffizzi_platform/issues/430

  1. Are we explaining volumes / non-empty volumes at a high level?
  2. How does a user find this information?
  3. Is related information appropriately linked?
  4. Are there appropriate examples in a compose reference?
  5. Is the implementation described in enough detail that a user can understand capabilities / limitations

from docs.

gadkins avatar gadkins commented on September 16, 2024

As discussed, our support for volumes is as follows:

  • We support volumes <1MB because we use ConfigMaps for the compressed file, which has a limitation of 1MB
  • The compressed file is stored in our database because it needs to be stored somewhere. We should avoid storing larger volumes in our database as it is not best practice.
  • When uncompressing, we store the volume via Persistent Volume Claim (PVC), which is only limited in size by the underlying google cloud node storage
  • Each container that mounts a volume may have read+write access to it (or optionally read-only access) — this solves many use cases including wordpress and any application that has a producer/consumer architecture
  • We will not support keywords :delegated or :cached since they are intended to improve i/o performance; this is not relevant in the context of K8s
  • We will delay implementing support for larger volumes since we have not encountered projects for which there is no workaround
    When we implement support for large volumes, it is likely that we use object storage

from docs.

gadkins avatar gadkins commented on September 16, 2024

Implemented here ccaf153

from docs.

Related Issues (11)

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.