OpenShift Cluster Installation, Architecture, Demo (OpenShift Administration Part-1) Red Hat Ex280

Описание к видео OpenShift Cluster Installation, Architecture, Demo (OpenShift Administration Part-1) Red Hat Ex280

Installation of OpenShift Cluster
OpenShift Architecture
Lab – Deploy application

Install / uninstall OPENSHIFT Cluster in AWS cloud -    • Install / uninstall OPENSHIFT Cluster...  
OpenShift Quick Start (Developer Sand bx) -    • OpenShift Quick Start (Containers, Ku...  

Install Openshift Cluster -- https://console.redhat.com/openshift/...
Developer Sand Box -- https://developers.redhat.com/develop...

Container Architecture, Docker and Podman (Containers, Kubernetes OpenShift Part-1) RedHat EX180 -    • Container Architecture, Docker and Po...  

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

Комментарии

Информация по комментариям в разработке