Driver Antarmuka Penyimpanan Container (CSI) Lustre Terkelola GKE adalah solusi terkelola GKE yang dirancang untuk mengintegrasikan layanan sistem file paralel berperforma tinggiGoogle Cloud, Google Cloud Managed Lustre, dengan cluster Google Kubernetes Engine (GKE). Integrasi ini dirancang untuk workload yang menuntut dan memerlukan penyimpanan yang persisten, skalabel, dan ber-throughput tinggi, terutama yang ada dalam kecerdasan buatan (AI), machine learning (ML), dan komputasi berperforma tinggi (HPC).
Dengan memanfaatkan driver CSI Managed Lustre, Anda dapat menyediakan, mengelola, dan mengakses instance Managed Lustre secara langsung melalui Klaim Volume Persisten (PVC) dan Volume Persisten (PV) Kubernetes standar. Driver bertindak sebagai bidang kontrol, mengotomatiskan pengelolaan siklus proses instance Managed Lustre sebagai respons terhadap panggilan CSI, termasuk membuat, menghapus, memasang, dan melepas volume pada node GKE.
Driver CSI Managed Lustre mendukung
volume persisten yang disediakan secara dinamis
(tempat driver membuat instance Managed Lustre berdasarkan
PVC) dan
volume persisten yang disediakan secara statis
(untuk terhubung ke instance Managed Lustre yang sudah ada). Hal ini
memberikan cara yang efisien bagi aplikasi Kubernetes Anda untuk menggunakan sepenuhnya
kemampuan performa Managed Lustre.
Manfaat
Driver CSI Managed Lustre menawarkan beberapa keuntungan untuk mengintegrasikan penyimpanan berperforma tinggi dengan workload Kubernetes Anda:
Anda mendapatkan akses ke sistem file Lustre yang Dikelola Sepenuhnya sebagai penyimpanan
beban kerja Anda melalui Kubernetes API.
Driver mendukung mode aksesReadWriteMany, ReadOnlyMany, dan ReadWriteOnce.
Anda dapat menggunakan driver untuk membuat dan terhubung ke instance Managed Lustre baru sebagai PersistentVolumes.
Workload Kubernetes Anda dapat mengakses instance Managed Lustre yang ada tanpa memerlukan penginstalan manual software Managed Lustre apa pun, termasuk modul kernel atau utilitas klien.
Batasan
Saat menggunakan driver CSI Managed Lustre, perhatikan batasan berikut:
Memasang beberapa volume dari instance Managed Lustre yang berbeda dengan nama filesystem yang sama pada satu node tidak didukung.
Hanya node Container-Optimized OS (COS) yang didukung. Versi node GKE minimum yang didukung adalah 1.33.2-gke.1111000 atau yang lebih baru.
Hanya node arsitektur x86_64 yang didukung.
Driver CSI Managed Lustre tidak mendukung image node GKE kustom.
Persyaratan
Untuk menggunakan driver CSI Managed Lustre, cluster Anda harus memenuhi persyaratan berikut:
Anda memerlukan cluster GKE versi 1.33.2-gke.1111000 atau yang lebih baru.
Anda harus menginstal Google Cloud CLI versi terbaru, dengan versi minimum yang didukung adalah 523.0.0 atau yang lebih baru.
Driver CSI harus diaktifkan di cluster GKE Anda. Driver dinonaktifkan secara default di cluster Standard dan Autopilot.
Anda dapat mengaktifkannya selama pembuatan cluster atau di cluster yang sudah ada.
Cluster GKE Anda harus berjalan di jaringan VPC yang sama dengan instance Managed Lustre.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-04 UTC."],[],[],null,["# About the Managed Lustre CSI driver\n\n[Autopilot](/kubernetes-engine/docs/concepts/autopilot-overview) [Standard](/kubernetes-engine/docs/concepts/choose-cluster-mode)\n\n*** ** * ** ***\n\nThe GKE Managed Lustre Container Storage Interface (CSI) driver is a GKE-managed solution designed to integrate Google Cloud's high-performance, parallel file system service, [Google Cloud Managed Lustre](/products/managed-lustre), with Google Kubernetes Engine (GKE) clusters. This integration is designed for demanding workloads that require persistent, scalable, and high-throughput storage, particularly those in artificial intelligence (AI), machine learning (ML), and high performance computing (HPC).\n\n\u003cbr /\u003e\n\nBy utilizing the Managed Lustre CSI driver, you can provision, manage, and\naccess Managed Lustre instances directly through standard Kubernetes Persistent Volume Claims\n(PVCs) and Persistent Volumes (PVs). The driver acts as the control plane,\nautomating the lifecycle management of Managed Lustre instances in response to CSI\ncalls, including creating, deleting, mounting, and unmounting volumes on\nGKE nodes.\n\nThe Managed Lustre CSI driver supports both\n[dynamically provisioned persistent volumes](/kubernetes-engine/docs/how-to/persistent-volumes/lustre-csi-driver-new-volume)\n(where the driver creates the Managed Lustre instance based on\nthe PVC) and\n[statically provisioned persistent volumes](/kubernetes-engine/docs/how-to/persistent-volumes/lustre-csi-driver-existing-instance)\n(for connecting to pre-existing Managed Lustre instances). It\nprovides an efficient way for your Kubernetes applications to fully use the\nperformance capabilities of Managed Lustre.\n\nBenefits\n--------\n\nThe Managed Lustre CSI driver offers several advantages for integrating high-performance\nstorage with your Kubernetes workloads:\n\n- You gain access to fully Managed Lustre file systems as your workload storage through the [Kubernetes APIs](https://kubernetes.io/docs/tasks/administer-cluster/access-cluster-api).\n- The driver supports the `ReadWriteMany`, `ReadOnlyMany`, and `ReadWriteOnce` [access modes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes).\n- You can use the driver to create and connect to new Managed Lustre instances as [PersistentVolumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/).\n- Your Kubernetes workloads can access existing Managed Lustre instances without requiring the manual installation of any Managed Lustre software, including kernel modules or client utilities.\n\nLimitations\n-----------\n\nWhen using the Managed Lustre CSI driver, be aware of the following limitations:\n\n- Mounting multiple volumes from different Managed Lustre instances with the same [`filesystem`](/managed-lustre/docs/reference/rest/v1/projects.locations.instances) name on a single node is not supported.\n- Only Container-Optimized OS (COS) nodes are supported. The minimum supported GKE node version is 1.33.2-gke.1111000 or later.\n- Only x86_64 architecture nodes are supported.\n- The Managed Lustre CSI driver does not support custom GKE node imagess.\n\nRequirements\n------------\n\nTo use the Managed Lustre CSI driver, your cluster must meet these requirements:\n\n- You need GKE cluster version 1.33.2-gke.1111000 or later.\n- You must have installed the latest version of the Google Cloud CLI, with a minimum supported version of 523.0.0 or later.\n- The CSI driver must be enabled in your GKE cluster. The driver is disabled by default in both Standard and Autopilot clusters. You can enable it during cluster creation or on an existing cluster.\n- Your GKE cluster should run in the same VPC network as the Managed Lustre instance.\n\nWhat's next\n-----------\n\n- [Create and use a volume backed by a Managed Lustre instance in Google Kubernetes Engine](/kubernetes-engine/docs/how-to/persistent-volumes/lustre-csi-driver-new-volume).\n- [Access an existing Managed Lustre instance from Google Kubernetes Engine](/kubernetes-engine/docs/how-to/persistent-volumes/lustre-csi-driver-existing-instance)."]]