What problem does it solve? Mounting a Cloud Storage bucket with gcsfuse is one command, but the default mount is tuned for coherency, not performance, and object-store semantics leak through the file interface. This Skill guides the decision of whether FUSE fits a workload at all, then tunes mounts for GKE, Compute Engine, and Cloud Run, and diagnoses slow training runs or billing spikes. ## Core Features & Use Cases - Fit Gate Decisioning: Determines whether a workload should use gcsfuse, native gs:// reads, or Filestore/Managed Lustre based on access patterns. - Tuned GKE Deployments: Provides version-gated PV/PVC manifests, Workload Identity principal:// IAM bindings, profile StorageClasses, and file cache sizing on Local SSD. - Checkpoint & Write Safety: Delivers verdicts on rename atomicity, close-time finalization, concurrent writers, and HNS migration for ML checkpointing. - Performance & Cost Diagnosis: Maps gcsfuse metrics signatures to misconfigurations and attributes Cloud Storage bill lines to Class A/B operations. - Use Case: A training job re-reads a 5M-file dataset each epoch and the Cloud Storage bill spikes; use this Skill to enable the file cache, set infinite metadata TTLs for immutable data, and verify cache hit rates approach 100% from epoch two. ## Quick Start Ask the assistant to mount your Cloud Storage bucket for a GKE training workload and tune the gcsfuse mount for multi-epoch reads.