From the course: OpenShift Essential Training: Container Orchestration and Deployment

Unlock this course with a free trial

Join today to access over 24,300 courses taught by industry experts.

Challenge: Deploying your first application on OpenShift

Challenge: Deploying your first application on OpenShift - OpenShift Tutorial

From the course: OpenShift Essential Training: Container Orchestration and Deployment

Challenge: Deploying your first application on OpenShift

(bright upbeat music) - [Instructor] It is time for our first challenge. In this challenge, you'll deploy your first application on OpenShift. To solve this challenge, you will need a lab environment which includes OpenShift local or CRC set up on your local computer, and internet connectivity. Now, imagine you are a DevOps engineer responsible for maintaining a smooth development and deployment pipeline for your team. Your task is to deploy a new web application using OpenShift. The team has provided a container image stored in an external registry, and you need to create a project called myproject and inspect the image using Skopeo at docker.io/library/httpd with the latest tag, run a pod named myhttpd within OpenShift using that image, view detailed information on the pod and its image, and finally, clean up all created resources. The required time to solve this challenge is about 20 minutes. Check out the solution in the next video and see how I would solve these tasks. Good luck.

Contents