Difference between revisions of "IT-SDK-Openshift"
Jump to navigation
Jump to search
(→Ref) |
|||
| (14 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | == | + | ==Ref== |
* Main-Source: https://docs.openshift.com/container-platform/3.11/welcome/index.html | * 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 1: https://www.youtube.com/watch?v=65BnTLcDAJI | ||
* CI/CD 2: https://www.youtube.com/watch?v=wSFyg6Etwx8 | * CI/CD 2: https://www.youtube.com/watch?v=wSFyg6Etwx8 | ||
* OKD (OpenShift): https://www.youtube.com/watch?v=ZkFIozGY0IA | * OKD (OpenShift): https://www.youtube.com/watch?v=ZkFIozGY0IA | ||
| + | * https://hcs-company.com/blog/containers/a-short-comparison-of-openshift-and-cloud-foundry | ||
| + | * Das freie Angebot der Openshift https://learn.openshift.com/ | ||
| + | * Das freie Angebot der Kube-Academy https://kube.academy/ | ||
| + | * Das freie Angebot "Getting started"-Reihe auf https://container.training/ | ||
| + | * https://cri-o.io/ | ||
| + | * https://cookbook.openshift.org/ | ||
| + | * https://www.okd.io/minishift/ | ||
| + | * https://learn.openshift.com/ | ||
| + | * https://kube.academy/ | ||
| + | |||
| + | ==Workshop== | ||
| + | * OpenShift-Starter-Guides: https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.6/index.html | ||
| + | * http://dn.dev/openshift-workshop | ||
| + | * https://github.com/redhat-developer-demos/hybrid-cloud/ | ||
| + | * https://github.com/openshift-roadshow/ | ||
| + | * https://get-cluster-devcluster-stage.apps.member.crt-stage.com/ | ||
| + | |||
| + | =Infrasturcure= | ||
| + | ==MiniShift== | ||
| + | * https://docs.okd.io/3.11/minishift/command-ref/minishift_start.html | ||
| + | ==CMD== | ||
<pre class="code"> | <pre class="code"> | ||
oc new-app <docker-image> --name <name> | oc new-app <docker-image> --name <name> | ||
| Line 25: | Line 46: | ||
oc delete all --selector app=katalon | oc delete all --selector app=katalon | ||
</pre> | </pre> | ||
| − | ==Introducing Red Hat OpenShift | + | |
| + | =y= | ||
| + | * | ||
| + | <pre class="code"> | ||
| + | oc new-build --name qshift --strategy docker --code . --dockerfile - < src/main/docker/Dockerfile.jvm | ||
| + | oc start-build --from-dir . qshift | ||
| + | oc new-app --image-stream airhacks/qshift --name qshift | ||
| + | </pre> | ||
| + | |||
| + | ==Introducing Red Hat OpenShift 4== | ||
* Part 1: https://www.redhat.com/en/events/webinar/introduction-kubernetes | * Part 1: https://www.redhat.com/en/events/webinar/introduction-kubernetes | ||
| + | ** https://onlinexperiences.com/Launch/Event/ShowKey=66363 | ||
* 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 | ||
| + | ** https://onlinexperiences.com/Launch/Event/ShowKey=66365 | ||
* 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 | ||
| + | ** https://onlinexperiences.com/Launch/Event/ShowKey=66367 | ||
==Kostenlose Kurse== | ==Kostenlose Kurse== | ||
*Openshift: https://www.redhat.com/en/services/training/do080-deploying-containerized-applications-technical-overview | *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 | *Openshift: https://www.redhat.com/en/services/training/do092-developing-cloud-native-applications-microservices-architectures | ||
| + | ==Free eBooks== | ||
| + | *OpenShift DL: https://assets.openshift.com/hubfs/pdfs/DevOps_with_OpenShift.pdf | ||
| + | *OpenShift DL: https://assets.openshift.com/hubfs/pdfs/Deploying_to_OpenShift.pdf | ||
| + | *OpenShift DL: https://assets.openshift.com/hubfs/pdfs/OpenShift_for_Developers_Red_Hat.pdf | ||
| + | *OpenShift eBook: https://www.openshift.com/deploying-to-openshift/ | ||
| + | *OpenShift eBook: https://www.openshift.com/devops-with-openshift/ | ||
| + | *OpenShift eBook: https://www.openshift.com/for-developers/ | ||
| + | |||
==Resource External== | ==Resource External== | ||
*OpenShift Github: https://github.com/Cloudwerkstattpublic/openshift-links | *OpenShift Github: https://github.com/Cloudwerkstattpublic/openshift-links | ||
| − | |||
| − | |||
| − | |||
*OpenShift Blog: https://blog.openshift.com/ | *OpenShift Blog: https://blog.openshift.com/ | ||
*OpenShift YouTube-Channel: https://www.youtube.com/channel/UCZKMj3YI0wP-kq4QYpaKdEA | *OpenShift YouTube-Channel: https://www.youtube.com/channel/UCZKMj3YI0wP-kq4QYpaKdEA | ||
Latest revision as of 09:47, 20 July 2021
Contents
Ref
- 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
- https://hcs-company.com/blog/containers/a-short-comparison-of-openshift-and-cloud-foundry
- Das freie Angebot der Openshift https://learn.openshift.com/
- Das freie Angebot der Kube-Academy https://kube.academy/
- Das freie Angebot "Getting started"-Reihe auf https://container.training/
- https://cri-o.io/
- https://cookbook.openshift.org/
- https://www.okd.io/minishift/
- https://learn.openshift.com/
- https://kube.academy/
Workshop
- OpenShift-Starter-Guides: https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.6/index.html
- http://dn.dev/openshift-workshop
- https://github.com/redhat-developer-demos/hybrid-cloud/
- https://github.com/openshift-roadshow/
- https://get-cluster-devcluster-stage.apps.member.crt-stage.com/
Infrasturcure
MiniShift
CMD
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
y
oc new-build --name qshift --strategy docker --code . --dockerfile - < src/main/docker/Dockerfile.jvm oc start-build --from-dir . qshift oc new-app --image-stream airhacks/qshift --name qshift
Introducing Red Hat OpenShift 4
- 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
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
Free eBooks
- OpenShift DL: https://assets.openshift.com/hubfs/pdfs/DevOps_with_OpenShift.pdf
- OpenShift DL: https://assets.openshift.com/hubfs/pdfs/Deploying_to_OpenShift.pdf
- OpenShift DL: https://assets.openshift.com/hubfs/pdfs/OpenShift_for_Developers_Red_Hat.pdf
- OpenShift eBook: https://www.openshift.com/deploying-to-openshift/
- OpenShift eBook: https://www.openshift.com/devops-with-openshift/
- OpenShift eBook: https://www.openshift.com/for-developers/
Resource External
- OpenShift Github: https://github.com/Cloudwerkstattpublic/openshift-links
- OpenShift Blog: https://blog.openshift.com/
- OpenShift YouTube-Channel: https://www.youtube.com/channel/UCZKMj3YI0wP-kq4QYpaKdEA
- OpenShift Lernumgebung: https://learn.openshift.com/ (über das Gäste-WLAN ist jedoch möglich)
- Docker online Reference: https://docs.docker.com/engine/reference/builder/
- Docker best Practices: https://docs.docker.com/v17.09/engine/userguide/eng-image/dockerfile_best-practices