Linux Foundation Related Exams
CKA Exam
                        
                        
						
                        
                        
                            
						
                        
                        
        CertsTopics offers a range of study materials, including comprehensive CKA PDFs, a practice testing engine, and study guides specifically tailored for the Kubernetes Administrator Certification Exam. Our CKA study guide material allow you to familiarize yourself with CKA exam questions and answers, significantly improving your chances of success.
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 .
List all the pods showing name and namespace with a json path expression
Create a deployment as follows:
Name: nginx-app
Using container nginx with version 1.11.10-alpine
The deployment should contain 3 replicas
Next, deploy the application with new version 1.11.13-alpine, by performing a rolling update.
Finally, rollback that update to the previous version 1.11.10-alpine.