Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Kf es compatible con NFS nativo de Kubernetes y los expone con un agente del servicio de nfsvolumebroker dedicado para que los desarrolladores lo consuman. Este agente tiene una oferta de servicios de nfs que tiene un plan de servicio llamado existing.
Usa kf marketplace para ver la oferta de servicios:
Usa kf marketplace -s nfs para ver el plan de servicio:
$ kf marketplace -s nfs
...
Broker Name Free Description
nfsvolumebroker existing true mount existing nfs server
...
Requisitos
Necesitas un volumen NFS al que tu clúster de Kubernetes pueda acceder. Filestore es la solución de NFS administrada de Google que proporciona acceso a los clústeres en el mismo proyecto de gcloud.
Prepara NFS
Si ya tienes un servicio NFS existente, puedes usarlo. Si deseas un servicio NFS administrado por Google, crea una instancia de Filestore y Kf configurará automáticamente el clúster para usarlo.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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.10/how-to/nfs-getting-started)"]]