Question 6

Exhibit:

Context
A user has reported an aopticauon is unteachable due to a failing livenessProbe .
Task
Perform the following tasks:
* Find the broken pod and store its name and namespace to /opt/KDOB00401/broken.txt in the format:

The output file has already been created
* Store the associated error events to a file /opt/KDOB00401/error.txt, The output file has already been created. You will need to use the -o wide output specifier with your command
* Fix the issue.
  • Question 7

    Exhibit:

    Task
    Create a new deployment for running.nginx with the following parameters;
    * Run the deployment in the kdpd00201 namespace. The namespace has already been created
    * Name the deployment frontend and configure with 4 replicas
    * Configure the pod with a container image of lfccncf/nginx:1.13.7
    * Set an environment variable of NGINX__PORT=8080 and also expose that port for the container above