CORRECT TEXT

CORRECT TEXT Context A project that you are working on has a requirement for persistent data to be available. Task To facilitate this, perform the following tasks: • Create a file on node sk8s-node-0 at /opt/KDSP00101/data/index.html with the content Acct=Finance • Create a PersistentVolume named task-pv-volume using hostPath and allocate...

November 10, 2022 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT 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...

November 10, 2022 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT 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...

November 10, 2022 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Context You have been tasked with scaling an existing deployment for availability, and creating a service to expose the deployment within your infrastructure. Task Start with the deployment named kdsn00101-deployment which has already been deployed to the namespace kdsn00101. Edit it to: • Add the func=webFrontEnd key/value label...

November 9, 2022 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Context You sometimes need to observe a pod's logs, and write those logs to a file for further analysis. Task Please complete the following; • Deploy the counter pod to the cluster using the provided YAMLspec file at /opt/KDOB00201/counter.yaml • Retrieve all currently available application logs from the...

November 8, 2022 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Task: Update the Pod ckad00018-newpod in the ckad00018 namespace to use a NetworkPolicy allowing the Pod to send and receive traffic only to and from the pods web and db View AnswerAnswer:

November 6, 2022 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Context You are tasked to create a secret and consume the secret in a pod using environment variables as follow: Task • Create a secret named another-secret with a key/value pair; key1/value4 • Start an nginx pod named nginx-secret using container image nginx, and add an environment variable...

November 5, 2022 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Task: 1- Update the Propertunel scaling configuration of the Deployment web1 in the ckad00015 namespace setting maxSurge to 2 and maxUnavailable to 59 2- Update the web1 Deployment to use version tag 1.13.7 for the Ifconf/nginx container image. 3- Perform a rollback of the web1 Deployment to its...

November 3, 2022 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Context Developers occasionally need to submit pods that run periodically. Task Follow the steps below to create a pod that will start at a predetermined time and]which runs to completion only once each time it is started: • Create a YAML formatted Kubernetes manifest /opt/KDPD00301/periodic.yaml that runs the...

October 31, 2022 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Task: Modify the existing Deployment named broker-deployment running in namespace quetzal so that its containers. The broker-deployment is manifest file can be found at: View AnswerAnswer: Solution: Text Description automatically generated

October 29, 2022 No Comments READ MORE +