CORRECT TEXT
Context
Anytime a team needs to run a container on Kubernetes they will need to define a pod within which to run the container.
Task
Please complete the following:
1. Create a YAML formatted pod manifest
2. /opt/KDPD00101/podl.yml to create a pod named app1 that runs a container named app1cont using image Ifccncf/arg-output with these command line arguments: -lines 56 -F
3. Create the pod with the kubect1 command using the YAML file created in the previous step
4. When the pod is running display summary data about the pod in JSON format using the kubect1 command and redirect the output to a file named /opt/KDPD00101/out1.json
5. All of the files you need to work with have been created, empty, for your convenience

Not auto-scored - compare your configuration against the model answer.