Optimizing Writes
Cluster-Level Write Cache
Overview
Deploying the Cluster-Level Write Cache
apiVersion: k8s-operator.alluxio.com/v1
kind: AlluxioCluster
metadata:
name: alluxio
spec:
image: <PRIVATE_REGISTRY>/alluxio-enterprise
imageTag: <TAG>
# ... other configurations ...
cacheOnly:
enabled: true
mountPath: "/write-cache"
image: <PRIVATE_REGISTRY>/alluxio-cacheonly
imageTag: <TAG>
license: <YOUR_BASE64_ENCODED_LICENSE>
journal:
storageClass: "gp2"
worker:
count: 2
tieredstore:
levels:
- level: 0
alias: SSD
mediumtype: SSD
path: /data1/cacheonly/worker
type: hostPath
quota: 10GiAccessing the Cluster-Level Write Cache
Asynchronous Persistence to UFS
- PropertyDescription
Advanced Configurations
Cache Eviction
Last updated