Simulation
You must connect to the correct host.
Failure to do so may result in a zero score.
[candidate@base] $ ssh cka000037
Context
A legacy app needs to be integrated into the Kubernetes built-in logging architecture (i.e., kubectl logs).
Adding a streaming co-located container is a good and common way to accomplish this requirement.
Task
Update the existing Deployment synergy-leverager, adding a co-located container named sidecar using the busybox:stable image to the existing Pod.
The new co-located container has to run the following command:
/bin/sh -c "tail -n+1 -f /var/log/synergy-leverager.log"
Use a volume mounted at /var/log to make the log file synergy-leverager.log available to the co-located container.
Do not modify the specification of the existing container other than adding the required volume mount.
Failure to do so may result in a reduced score.
Not auto-scored - compare your configuration against the model answer.