What this pattern does:

An Edge-Mount Relationship in Meshery represents the assignment of persistent storage to Pods via PersistentVolumeClaims (PVC). This relationship models how Pods claim storage from PersistentVolumes (PV) for data persistence, ensuring that workloads have access to the required storage resources.

Caveats and Consideration:

1. Ensure the correct StorageClass is configured for your PersistentVolume. 2. Verify that the requested storage size in the PersistentVolumeClaim matches the actual storage needs of your application.

Compatibility:



Recent Discussions with "meshery" Tag