From the course: OpenShift Essential Training: Container Orchestration and Deployment
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Challenge: Deploying a containerized webserver - OpenShift Tutorial
From the course: OpenShift Essential Training: Container Orchestration and Deployment
Challenge: Deploying a containerized webserver
(bright music) - [Instructor] It's time for another challenge. In this challenge, you'll deploy a containerized web server in OpenShift, configuring the resources you need to ensure it's accessible and scalable. To solve this challenge, you'll need a lab environment which includes OpenShift local CRC setup on your local computer and internet connectivity. Suppose your development team has just built a new web application that needs to be deployed in OpenShift. The app is ready, but your job is to make sure it runs securely and scales properly. These are your tasks. Deploy the NGINX server from the following location: nginxinc/nginx-unprivileged, scale the application to have three replicas and expose it, secure the application with TLS using a secure edge route, block all incoming traffic to the web server from other pods, and finally, clean up your workspace. The required time to solve this challenge is about 20 minutes. Check out the solution in the next video to see how I would…