CKA 문제 6

Create a persistent volume with name app-data, of capacity 2Gi and access mode ReadWriteMany. The type of volume is hostPath and its location is /srv/app-data.

CKA 문제 7

Print all pod name and all image name and write it to a file
name "/opt/pod-details.txt"

CKA 문제 8

List pod logs named "frontend" and search for the pattern "started" and write it to a file "/opt/error-logs"

CKA 문제 9

Schedule a pod as follows:
* Name: nginx-kusc00101
* Image: nginx
* Node selector: disk=ssd

CKA 문제 10

Create a pod with image nginx called nginx and allow traffic on port 80