From fc3f9ad2b440a74b5d26435cdd6f0f47da437d24 Mon Sep 17 00:00:00 2001 From: Tosin Akinosho Date: Sat, 16 Mar 2024 18:19:44 -0400 Subject: [PATCH] updating links --- docs/_deployment/developer_deployment.markdown | 5 +++++ docs/_workshop/check-kafka-messages.markdown | 5 ++++- docs/_workshop/check-promethous-charts.markdown | 4 +++- docs/index.markdown | 12 +++++++++--- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/docs/_deployment/developer_deployment.markdown b/docs/_deployment/developer_deployment.markdown index 7bdf97e..94cbb48 100644 --- a/docs/_deployment/developer_deployment.markdown +++ b/docs/_deployment/developer_deployment.markdown @@ -82,4 +82,9 @@ export GIT_REPO="https://gitea-with-admin-gitea.apps.edge-detection.sandbox105.o ## Ensure the ArgoCD application is in sync ![20240316104519](https://i.imgur.com/djJtn2g.png) +## WorkShop Steps +* [Check Kafka Messages](/workshop/check-kafka-messages) +* [Check Prometheus Charts](/workshop/check-promethous-charts) +* [Check Grafana Dashboards](/workshop/check-grafana-dashboards) + [Back to Homepage](/) \ No newline at end of file diff --git a/docs/_workshop/check-kafka-messages.markdown b/docs/_workshop/check-kafka-messages.markdown index bbad93d..14f6554 100644 --- a/docs/_workshop/check-kafka-messages.markdown +++ b/docs/_workshop/check-kafka-messages.markdown @@ -72,4 +72,7 @@ Attempt to create an instance of either `QueenMary` or `Titanic` to push data to --- -By following this tutorial, you should be able to view Kafka messages, integrate with AWS S3, and push data to an S3 bucket using the Data Lake project on OpenShift. Happy exploring! \ No newline at end of file +By following this tutorial, you should be able to view Kafka messages, integrate with AWS S3, and push data to an S3 bucket using the Data Lake project on OpenShift. Happy exploring! + +* [Check Prometheus Charts](/workshop/check-promethous-charts) +* \ No newline at end of file diff --git a/docs/_workshop/check-promethous-charts.markdown b/docs/_workshop/check-promethous-charts.markdown index ad07e32..f0de34d 100644 --- a/docs/_workshop/check-promethous-charts.markdown +++ b/docs/_workshop/check-promethous-charts.markdown @@ -60,4 +60,6 @@ Here are some of the specific metrics you can explore: **Note**: Ensure you have the necessary permissions to access and view these metrics in your OpenShift environment. -By following this tutorial, you should be able to successfully navigate and check the Prometheus charts for the `edge-anomaly-detection` on OpenShift. Happy monitoring! \ No newline at end of file +By following this tutorial, you should be able to successfully navigate and check the Prometheus charts for the `edge-anomaly-detection` on OpenShift. Happy monitoring! + +* [Check Grafana Dashboards](/workshop/check-grafana-dashboards) diff --git a/docs/index.markdown b/docs/index.markdown index 0bae5f9..0b45ef2 100644 --- a/docs/index.markdown +++ b/docs/index.markdown @@ -5,6 +5,12 @@ title: edge-anomaly-detection This repository contains the code for a workshop on how to use different tools to monitor and manage an edge-anomaly-detection application. The workshop covers the following topics: -* Checking the Prometheus charts for the application -* Viewing the Kafka messages under the data lake project -* Configuring Camel K Ship integration \ No newline at end of file + + +# Deployment instructions +[Developer Deployment Instructions](deployment/developer_deployment/) + +# WorkShop +* [Viewing the Kafka messages under the data lake project](workshop/check-kafka-messages/) +* [Checking the Prometheus charts for the application](workshop/check-promethous-charts/) +* [Configuring Camel K Ship integration](workshop/configure-camel-k/) \ No newline at end of file