Exam 3V0-24.25 Topic 2 Question 72 Discussion
Actual exam question for VMware's 3V0-24.25 exam
Question #: 72
Topic #: 2
Question #: 72
Topic #: 2
A Platform Engineer is managing a stateful application running on a TKG cluster. The application's data volume (db-data) is running out of space. The underlying vSphere Storage Policy supports expansion.
Review the PVC definition:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: db-data
namespace: app-prod
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
storageClassName: gold-policy
Which steps are required to resize this volume to 20Gi without downtime? (Choose 2.)
Review the PVC definition:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: db-data
namespace: app-prod
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
storageClassName: gold-policy
Which steps are required to resize this volume to 20Gi without downtime? (Choose 2.)
Suggested Answer: A,B Vote an answer
by Flora at Jun 22, 2026, 02:57 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).