Skip to content

Conversation

cloudymax
Copy link
Contributor

@cloudymax cloudymax commented Aug 23, 2025

JuiceFS is a high-performance network-backed filesystem based on using a Key-Value Store as a caching layer in-front of S3. This allows it to provide low-latency file access AND high throughput at the cost of extra memory and cpu usage. Only needed in situations where low-latency disk reads are required for application stability/performance (virtual-machines, games). Otherwise SeaweedFS-CSI is preferred.

This PR updates JuiceFS to be a production-ready app via:

  • Integration with smol-k8s-lab
  • Switches from Redis to Valkey
  • Setup backups for Valkey PVCs
  • Automate storageClass creation

@cloudymax cloudymax changed the title Use valkey for juicefs JuiceFS graduate from Demo to Main Sep 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant