+1 vote
in Kubernetes K8s by
What are the types of Kubernetes Volume?

1 Answer

0 votes
by

The types of Kubernetes Volume are:

  1. EmptyDir
  2. GCE persistent disk
  3. Flocker
  4. HostPath
  5. NFS
  6. ISCSI
  7. rbd
  8. PersistentVolumeClaim
  9. downwardAPI
...