Want to pass your Linux Foundation Certified Kubernetes Administrator (CKA) CKA exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
SIMULATION

Task Monitor the logs of pod bar and: Extract log lines corresponding to error file-not-found
Write them to /opt/KUTR00101/bar
SIMULATION

Context An existing Pod needs to be integrated into the Kubernetes built-in logging architecture (e.g.kubectl logs). Adding a streaming sidecar container is a good and common way to accomplish this requirement. Task
Add a sidecar container named sidecar, using the busybox Image, to the existing Pod big- corp-app. The new sidecar container has to run the following command:

SIMULATION

Task
Reconfigure the existing deployment front-end and add a port specification named http exposing port 80/tcp of the existing container nginx. Create a new service named front-end-svc exposing the container port http.
Configure the new service to also expose the individual Pods via a NodePort on the nodes on which they are scheduled.