Statements about S2I in OpenShift
Question:
Which two of the following statements are correct about the Source-to-Image (S2I) container builder method? (Select two.)
- S2I is available only on the Red Hat OpenShift Container Platform (RHOCP). It is not available on other Kubernetes distributions
- S2I creates a BuildConfig object that builds a container image. You cannot update an application deployed by S2I
- S2I creates a buildconfig object that builds a container image. To update the container image, you start the S2I process again, which creates a new buildconfig object that builds a new container image from the updated source code
- S2I supports every programming language, such as Java, Javascript, Assembly, and Scratch
Answer:
A, C - are the correct answers