NEW
Font size
S
M
L
XL
Worksheetsk8s-4
Total questions: 3
Worksheet time: 2mins
Name
Class
Date
1.
What is the purpose of PersistentVolume?
a)
It's a request for storage to be used by the Pod
b)
It defines a piece of storage, does not know the implementation details
c)
It defines the driver to be used when accessing storage
d)
It implements the Linux filesystem driver on Kubernetes level
2.
What is the purpose of PersistentVolumeClaim?
a)
A request for storage by the Pod, consuming (and optionally provisioning) PV
b)
Storage driver, contains implementation details
c)
High-level workload, managing Pod when storage access is necessary
d)
A version of Deployment that can use PersistentVolume
3.
What would be a good candidate for StatefulSet workload?
a)
Frontend application
b)
Batch job
c)
Relational database
d)
Microservice API
Reset
