# hostpathperpod **Repository Path**: mirrors_TencentCloud/hostpathperpod ## Basic Information - **Project Name**: hostpathperpod - **Description**: A simple flex volume plugin like hostPath, but create a host directory with pod meta. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hostpathperpod > Note: Only the directory type is supported. This flex volume plugin is like hostPath, but create a host directory with pod meta. For example, if you specified the host path like "/root/hostpath", the actual path will be "/root/hostpath///". This plugin could be deployed with `deploy-ds.yaml` and used like `nginx.yaml`.