Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Kf unterstützt die native NFS-Konfiguration von Kubernetes und stellt sie mit einem dedizierten nfsvolumebroker-Service Broker für Entwickler zur Verfügung. Dieser Broker hat ein nfs-Dienstangebot mit einem Preismodell namens existing.
Verwenden Sie kf marketplace, um das Dienstangebot aufzurufen:
Verwenden Sie kf marketplace -s nfs, um das Preismodell aufzurufen:
$ kf marketplace -s nfs
...
Broker Name Free Description
nfsvolumebroker existing true mount existing nfs server
...
Voraussetzungen
Sie benötigen ein NFS-Volume, auf das Ihr Kubernetes-Cluster zugreifen kann. Filestore ist die verwaltete NFS-Lösung von Google, die Zugriff auf Cluster im selben gcloud-Projekt bietet.
NFS vorbereiten
Wenn Sie bereits einen NFS-Dienst haben, können Sie diesen verwenden. Wenn Sie einen von Google verwalteten NFS-Dienst benötigen, erstellen Sie eine Filestore-Instanz. Kf konfiguriert dann den Cluster automatisch für die Nutzung.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[],[],null,["# Set up NFS platform\n\n| **Preview**\n|\n|\n| This product or feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA products and features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nKf supports Kubernetes native NFS, and exposes them with a dedicated `nfsvolumebroker` service broker for developers to consume. This broker has an `nfs` service offering which has a service plan named `existing`.\n\nUse `kf marketplace` to see the service offering: \n\n $ kf marketplace\n ...\n Broker Name Namespace Description\n nfsvolumebroker nfs mout nfs shares\n ...\n\nUse `kf marketplace -s nfs` to see the service plan: \n\n $ kf marketplace -s nfs\n ...\n Broker Name Free Description\n nfsvolumebroker existing true mount existing nfs server\n ...\n\nRequirements\n------------\n\nYou need an NFS volume that can be accessed by your Kubernetes cluster. [Filestore](/filestore) is Google's managed NFS solution that provides access to clusters in the same gcloud project.\n\nPrepare NFS\n-----------\n\nIf you have an existing NFS service, you can use that. If you want a Google managed NFS service, [create a Filestore instance](/filestore/docs/creating-instances) and Kf will automaticlaly configure the cluster to use it.\n| **Warning:** You only need to create the NFS instance. Kf will create relevant Kubernetes objects, including PersistentVolume and PersistentVolumeClaims. Do not manually mount the volume.\n\nWhat's next?\n------------\n\n- [Configure NFS volumes](/migrate/kf/docs/2.6/how-to/nfs-getting-started)"]]