mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
23 lines
987 B
Plaintext
23 lines
987 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * rosa_learning/deploying_application_workshop/learning-lab-overview.adoc
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="learning-lab-overview-ui_{context}"]
|
|
= Understanding the OSToy UI
|
|
|
|
[role="_abstract"]
|
|
The following image shows a breakdown of the OSToy application.
|
|
|
|
image::ostoy-homepage.png[Preview of the OSToy homepage]
|
|
|
|
. Pod name
|
|
. *Home:* Application home page
|
|
. *Persistent Storage:* Writes data to the persistent volume bound to the application
|
|
. *Config Maps:* Shows ConfigMaps available to the application and the key:value pairs
|
|
. *Secrets:* Shows secrets available to the application and the key:value pairs
|
|
. *ENV Variables:* Shows environment variables available to the application
|
|
. *Networking:* Networking tools
|
|
. *Pod Auto Scaling:* Increase the load of the pods and test the Horizontal Pod Autoscaler (HPA)
|
|
. *ACK S3:* Integrate with AWS S3 to read and write objects to a bucket
|
|
+
|
|
. *About:* Application information |