mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
22 lines
1000 B
Plaintext
22 lines
1000 B
Plaintext
|
|
// Module included in the following assemblies:
|
||
|
|
//
|
||
|
|
// * rosa_learning/deploying_application_workshop/learning-lab-overview.adoc
|
||
|
|
:_mod-docs-content-type: REFERENCE
|
||
|
|
[id="learning-lab-overview-about-ostoy_{context}"]
|
||
|
|
= About the OSToy application
|
||
|
|
|
||
|
|
[role="_abstract"]
|
||
|
|
OSToy is a Node.js application that deploys to a {product-title} cluster to help explore the functionality of Kubernetes.
|
||
|
|
|
||
|
|
This application has a user interface where you can:
|
||
|
|
|
||
|
|
* Write messages to the log (stdout / stderr)
|
||
|
|
* Intentionally crash the application to view self-healing
|
||
|
|
* Toggle a liveness probe and monitor OpenShift behavior
|
||
|
|
* Read ConfigMaps, secrets, and environment variables
|
||
|
|
* Read and write files when connected to shared storage
|
||
|
|
* Check network connectivity, intra-cluster DNS, and intra-communication with the included microservice
|
||
|
|
* Increase the load to view automatic scaling of the pods by using the HPA
|
||
|
|
//* Connect to an AWS S3 bucket to read and write objects
|
||
|
|
|
||
|
|
image::ostoy-arch.png[OSToy architecture diagram]
|