Skip to content

Commit 06e50d8

Browse files
authored
Merge pull request #69245 from xJustin/OSDOCS-8387-deploting-intro
OSDOCS-8387 Porting cloud experts rosaworkshop.io Lab Intro
2 parents 077c17a + de70b30 commit 06e50d8

File tree

6 files changed

+40
-0
lines changed

6 files changed

+40
-0
lines changed

_topic_maps/_topic_map_rosa.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ Topics:
147147
File: cloud-experts-getting-started-admin-rights
148148
- Name: Accessing your cluster
149149
File: cloud-experts-getting-started-accessing
150+
- Name: Deploying an Application
151+
Dir: cloud-experts-deploying-application
152+
Distros: openshift-rosa
153+
Topics:
154+
- Name: Introduction
155+
File: cloud-experts-deploying-application-intro
150156
---
151157
Name: Getting started
152158
Dir: rosa_getting_started
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../_attributes/
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="cloud-experts-deploying-application-intro"]
3+
= Tutorial: Deploying an application
4+
include::_attributes/attributes-openshift-dedicated.adoc[]
5+
:context: cloud-experts-deploying-application-intro
6+
7+
toc::[]
8+
9+
//rosaworkshop.io content metadata
10+
//Brought into ROSA product docs 2023-12-14
11+
12+
== Introduction
13+
14+
After successfully provisioning your cluster, you can deploy an application on it. This application allows you to become more familiar with some of the features of {product-title} (ROSA) and Kubernetes.
15+
16+
=== Lab overview
17+
In this lab, you will complete the following set of tasks designed to help you understand the concepts of deploying and operating container-based applications:
18+
19+
* Deploy a Node.js based app by using S2I and Kubernetes Deployment objects.
20+
* Set up a continuous delivery (CD) pipeline to automatically push source code changes.
21+
* Explore logging.
22+
* Experience self healing of applications.
23+
* Explore configuration management through configmaps, secrets, and environment variables.
24+
* Use persistent storage to share data across pod restarts.
25+
* Explore networking within Kubernetes and applications.
26+
* Familiarize yourself with ROSA and Kubernetes functionality.
27+
* Automatically scale pods based on loads from the Horizontal Pod Autoscaler.
28+
* Use AWS Controllers for Kubernetes (ACK) to deploy and use an S3 bucket.
29+
30+
This lab uses either the ROSA CLI or ROSA web user interface (UI).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../images/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../modules
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../snippets/

0 commit comments

Comments
 (0)