What resources are commonly created automatically when you run oc new-app against a Git repository?

Prepare for the Red Hat OpenShift Developer II DO288 Exam with our quizzes. Study with flashcards and multiple choice questions, each with hints and explanations. Get ready for your certification!

Multiple Choice

What resources are commonly created automatically when you run oc new-app against a Git repository?

Explanation:
Running oc new-app on a Git repository starts a small, self-contained source-to-image flow. It creates a BuildConfig to build the application from the repository, an ImageStream to store and track the resulting image, and a Deployment to run the application pods using that image. This trio sets up the core pipeline: the BuildConfig defines how to build, the ImageStream holds the built image, and the Deployment launches and manages the running instances of the app. A Service may be created to expose the app, but the essential automatic trio that OpenShift commonly generates is these three resources.

Running oc new-app on a Git repository starts a small, self-contained source-to-image flow. It creates a BuildConfig to build the application from the repository, an ImageStream to store and track the resulting image, and a Deployment to run the application pods using that image. This trio sets up the core pipeline: the BuildConfig defines how to build, the ImageStream holds the built image, and the Deployment launches and manages the running instances of the app. A Service may be created to expose the app, but the essential automatic trio that OpenShift commonly generates is these three resources.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy