Create a configmap called myconfigmap with literal value appname=myapp
Correct Answer: A
Question 67
Perform the following tasks: * Add an init container to hungry-bear (which has been defined in spec file /opt/KUCC00108/pod-spec-KUCC00108.yaml) * The init container should create an empty file named/workdir/calm.txt * If /workdir/calm.txt is not detected, the pod should exit
Correct Answer:
* Once the spec file has been updated with the init container definition, the pod should be created See the solution below. Explanation solution