Installation of OpenShift Cluster
OpenShift Architecture
Lab – Deploy application
Install / uninstall OPENSHIFT Cluster in AWS cloud - [ Ссылка ]
OpenShift Quick Start (Developer Sand bx) - [ Ссылка ]
Install Openshift Cluster -- [ Ссылка ]
Developer Sand Box -- [ Ссылка ]
Container Architecture, Docker and Podman (Containers, Kubernetes OpenShift Part-1) RedHat EX180 - [ Ссылка ]
Commands --
oc new-project chapter1
oc new-app --name hello --image quay.io/redhattraining/hello-world-nginx:v1.0
oc expose service hello
oc get all
oc get pod -o wide
oc scale --replicas 4 deployment/hello
oc delete project chapter1
Ещё видео!