You are on page 1of 1

Module 1A (Validating the App Update) Step #41: the command executed in the

Terminal will return three lines of response from the pod. The first line is
/bin/bash -c -- while true; do sleep 30; done; and the second line is sleep 30.
What is the output on the third (and final) line?

grep sleep

Module 1C (Create an Application) Step #55: after executing the "oc get service"
command, a table is displayed showing details about the deployed pod. What is the
value under the EXTERNAL-IP field?

none

Module 1C (Update an Application) Step #66: after using the describe command on a
pod recently updated to v2, you will receive a lengthy report to screen. Under the
Containers section, what is the value assigned to Image? These answers assume you
named your application "pyflask" (adjust if you used something different).

quay.io/dpkshetty/pyflask:v2

Module 1C (Create an Application) Step #59: after creating a route to the


application, you can view a live deployment of PyFlask in your internet browser.
What is the output to screen of the application after first being deployed?

Hello, World! - Pyflask Demo - VERSION 1.0

Module 1A (Notify OCP via Webhook) Step #65: what is the value of Content-Type:
that is displayed within the webhook's Headers section?

application/json

You might also like