Difference between revisions of "IT-SDK-Openshift"

From wiki.samerhijazi.net
Jump to navigation Jump to search
Line 29: Line 29:
 
* Part 2: https://www.redhat.com/en/events/webinar/automated-operations-across-unified-hybrid-cloud
 
* Part 2: https://www.redhat.com/en/events/webinar/automated-operations-across-unified-hybrid-cloud
 
* Part 3: https://www.redhat.com/en/events/webinar/building-better-kubernetes-applications-operators-and-openshift
 
* Part 3: https://www.redhat.com/en/events/webinar/building-better-kubernetes-applications-operators-and-openshift
 +
==Kostenlose Kurse==
 +
*Openshift: https://www.redhat.com/en/services/training/do080-deploying-containerized-applications-technical-overview
 +
*Openshift: https://www.redhat.com/en/services/training/do092-developing-cloud-native-applications-microservices-architectures

Revision as of 13:31, 5 July 2019

Initi

oc new-app <docker-image> --name <name>
oc new-app <image-stream> --name <name>
oc import-image <docker-image> --confirm

oc login -u dev -p dev
oc new-project myproject
oc status
oc new-app --search katalonstudio/katalon
oc new-app katalonstudio/katalon --name kat
oc expose service/katalon
oc get route/katalon
oc get imagestream -o name

oc get all -o name
oc get all -o name
oc describe route/katalon
oc describe imagestream/katalon
oc get all --selector app=katalon -o name
oc delete all --selector app=katalon

Introducing Red Hat OpenShift 4—a webinar series

Kostenlose Kurse