IPFS as local CAS and local storage savings? #4482
              
                Unanswered
              
          
                  
                    
                      KristoferHansson
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 1 reply
-
| stargz-snapshotter supports lazy pulling eStargz over IPFS: https://github.com/containerd/stargz-snapshotter/blob/main/docs/ipfs.md cc @ktock | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I understand correctly IPFS is chunk based CAS, and nerdctl has support for IPFS, has anyone done any evaluation of it's positive effect on local disc storage if utilizing only local IPFS? Composefs storage support in podman has the ability to offer file level deduplication support within/across layers (not just only layer based deduplication), would IPFS be able to offer an additional level of deduplication? Or is it like zstd:chunked, only has a positive effect during pull (and based on my current experience, mostly only on file level)?
Beta Was this translation helpful? Give feedback.
All reactions