CKA Exam Question 1

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

CKA Exam Question 2

Create a deployment as follows:
Name: nginx-app
Using container nginx with version 1.11.10-alpine
The deployment should contain
Next, deploy the application with new version , by performing a rolling update.
Finally, rollback that update to the previous version

CKA Exam Question 3

Score: 4%

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

CKA Exam Question 4

List the nginx pod with custom columns POD_NAME and POD_STATUS

CKA Exam Question 5

Create a pod that echo "hello world" and then exists. Have the pod deleted automatically when it's completed