Difference between revisions of "IT-SDK-Openshift"
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
- Main-Source: https://docs.openshift.com/container-platform/3.11/welcome/index.html
- CI/CD 1: https://www.youtube.com/watch?v=65BnTLcDAJI
- CI/CD 2: https://www.youtube.com/watch?v=wSFyg6Etwx8
- OKD (OpenShift): https://www.youtube.com/watch?v=ZkFIozGY0IA
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
- Part 1: https://www.redhat.com/en/events/webinar/introduction-kubernetes
- 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