From 424af793cfe5d2f88caaa08f775f93f0b7327733 Mon Sep 17 00:00:00 2001 From: Rasheed Amir Date: Tue, 10 Dec 2024 22:47:26 +0100 Subject: [PATCH] add more user stories --- content/for-administrators/overview.md | 4 ++++ content/for-administrators/user-stories.md | 9 +++++++++ content/for-developers/overview.md | 4 ++++ content/for-developers/user-stories.md | 8 ++++++++ theme_override/mkdocs.yml | 1 + 5 files changed, 26 insertions(+) create mode 100644 content/for-administrators/user-stories.md diff --git a/content/for-administrators/overview.md b/content/for-administrators/overview.md index c98ee3a4..ac96b829 100644 --- a/content/for-administrators/overview.md +++ b/content/for-administrators/overview.md @@ -2,6 +2,10 @@ Welcome to the administration section, your comprehensive guide to mastering administration of the SAAP ecosystem. This section equips you with the knowledge, tools, and techniques needed to excel in monitoring and maintaining your OpenShift cluster with SAAP . Whether you're just getting started or seeking to refine your environment , we've organized our content into following categories to cater to Administrators at every level: +## User Stories + +To gain a deeper understanding of the user journeys with SAAP, refer to the detailed [User Stories](user-stories.md) + ## Explanation - [Privileged Roles Available in SAAP](./secure-your-cluster/saap-authorization-roles.md) diff --git a/content/for-administrators/user-stories.md b/content/for-administrators/user-stories.md new file mode 100644 index 00000000..8e82debc --- /dev/null +++ b/content/for-administrators/user-stories.md @@ -0,0 +1,9 @@ +# User Stories + +## User Story # 1 + +As an administrator, I want to configure node autoscaling, including scale-up to handle increased load and scale-down to optimize resource usage during reduced load, so that I can efficiently manage capacity and support my customers effectively. + +![type:video](https://www.youtube.com/embed/c3FvQXgZdRE) + +Tags: AutoScaling diff --git a/content/for-developers/overview.md b/content/for-developers/overview.md index 87fe8ca2..1e06c1f7 100644 --- a/content/for-developers/overview.md +++ b/content/for-developers/overview.md @@ -2,6 +2,10 @@ Welcome to the Developer Section, your comprehensive guide to mastering application development and deployment within our ecosystem. This section equips you with the knowledge, tools, and techniques needed to excel in building, deploying, and maintaining your software projects. Whether you're just getting started or seeking to refine your skills, we've organized our content into three main categories to cater to developers at every level: +## User Stories + +To gain a deeper understanding of the user journeys with SAAP, refer to the detailed [User Stories](user-stories.md) + ## Explanation - [Developer Training](./explanation/developer-training.md) diff --git a/content/for-developers/user-stories.md b/content/for-developers/user-stories.md index ce432c5c..903e2254 100644 --- a/content/for-developers/user-stories.md +++ b/content/for-developers/user-stories.md @@ -167,3 +167,11 @@ As a developer, I want to enable backups for my applications using Velero, so th ![type:video](https://www.youtube.com/embed/dyPm4-49DOk) Tags: backup restore, Velero + +## User Story # 22 + +As a developer, I want to implement OpenTelemetry for distributed tracing, so I can efficiently visualize application traces and quickly troubleshoot issues to improve performance and reliability. + +![type:video](https://www.youtube.com/embed/tmOOWt33g_E) + +Tags: Tracing, OpenTelemetry diff --git a/theme_override/mkdocs.yml b/theme_override/mkdocs.yml index 5cf516dd..6ec1205e 100644 --- a/theme_override/mkdocs.yml +++ b/theme_override/mkdocs.yml @@ -53,6 +53,7 @@ nav: - about/onboarding.md - For Administrators: - for-administrators/overview.md + - for-developers/user-stories.md - Plan your environment: - for-administrators/plan-your-environment/sizing.md - Secure your cluster: