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

Опубликовано: 19 Март 2026
на канале: Tech Tejendra
68,419
629

Installation of OpenShift Cluster
OpenShift Architecture
Lab – Deploy application

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

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 Podman ...  

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