CKAD Exam Question 6

Exhibit:

Context
As a Kubernetes application developer you will often find yourself needing to update a running application.
Task
Please complete the following:
* Update the app deployment in the kdpd00202 namespace with a maxSurge of 5% and a maxUnavailable of 2%
* Perform a rolling update of the web1 deployment, changing the Ifccncf/ngmx image version to 1.13
* Roll back the app deployment to the previous version
  • CKAD Exam Question 7

    Exhibit:

    Context
    A web application requires a specific version of redis to be used as a cache.
    Task
    Create a pod with the following characteristics, and leave it running when complete:
    * The pod must run in the web namespace.
    The namespace has already been created
    * The name of the pod should be cache
    * Use the Ifccncf/redis image with the 3.2 tag
    * Expose port 6379