May 2018
Beginner to intermediate
320 pages
10h 34m
English
|
Component |
oc command |
Description |
|---|---|---|
| Build config | oc get bc | Information to build an application, including the build method and source code. Manages the application build process, including build pods that create the finished application. |
| Deployment config | oc get dc | Information to deploy an application after it’s built. Contains information about environment variables, secrets, upgrade methodology, and persistent storage needs, along with the base image to be used and history of previous deployments. |
| Image stream | oc get is | Tracks changes to base images for an application. When a change is detected, it can trigger a new build and deploy the new version of the application using the upgrade method ... |
Read now
Unlock full access