In this scenario, you have been tasked with making sure that a simple Apache web page can be built from a Git repository using a new OpenShift cluster.
*This lab is not approved or sponsored by Red Hat.*
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create the New Project
- Create a new project with the name
llama-cart-test
and a display name ofLlama Cart Racing test
.
Note: This section only applies to local users of the OpenShift environment. Remote access users should skip this section.
- Create a new project with the name
- Create the New Application
- Create a new application using the
httpd
image stream and the Git repositoryhttps://github.com/linuxacademy/Red-Hat-Certified-Specialist-in-Containers-and-Kubernetes/llama_cart
. - Name the application
llama-cart-racing
. - Give all app resources the label
racing-test
.
- Create a new application using the
- Create a New Route
- Create a new route to the application by exposing the new service.
- Test the Web Page
- Make sure that the web page is accessible.