Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the different between PV and PVC?
Home
Kubernetes K8s
What is the different between PV and PVC?
0
votes
asked
Aug 7, 2023
in
Kubernetes K8s
by
john ganales
What is the different between PV and PVC?
pv
pvc
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 7, 2023
by
john ganales
PV is basically a disk volume of some sort PVC is a link between that volume and a pod
...