From 6afb686967830924686d98b4cd5e1d2e9bfe7134 Mon Sep 17 00:00:00 2001 From: Gunasekhar Matamalam Date: Wed, 28 Aug 2024 14:31:35 -0700 Subject: [PATCH 1/3] Added a intro page for SUSE Observability Signed-off-by: Gunasekhar Matamalam --- .../integrations-in-rancher.md | 2 +- .../suse-observability/suse-observability.md | 21 +++++++++++++++++++ sidebars.js | 1 + .../integrations-in-rancher.md | 2 +- .../suse-observability/suse-observability.md | 21 +++++++++++++++++++ versioned_sidebars/version-2.9-sidebars.json | 1 + 6 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 docs/integrations-in-rancher/suse-observability/suse-observability.md create mode 100644 versioned_docs/version-2.9/integrations-in-rancher/suse-observability/suse-observability.md diff --git a/docs/integrations-in-rancher/integrations-in-rancher.md b/docs/integrations-in-rancher/integrations-in-rancher.md index 7968484d2e81..08b0e878e6f6 100644 --- a/docs/integrations-in-rancher/integrations-in-rancher.md +++ b/docs/integrations-in-rancher/integrations-in-rancher.md @@ -15,4 +15,4 @@ To learn more and get started with Rancher Prime, please visit [this page](https import DocCardList from '@theme/DocCardList'; import { useCurrentSidebarCategory } from '@docusaurus/theme-common/internal'; - + diff --git a/docs/integrations-in-rancher/suse-observability/suse-observability.md b/docs/integrations-in-rancher/suse-observability/suse-observability.md new file mode 100644 index 000000000000..c7f269d3273a --- /dev/null +++ b/docs/integrations-in-rancher/suse-observability/suse-observability.md @@ -0,0 +1,21 @@ +--- +title: SUSE Observability +--- + + + + + +SUSE Observability is a complete observability solution that provides deep insights into the health of your clusters, nodes, and the workloads running on them. Designed to give you clear visibility into your entire Kubernetes environment, SUSE Observability’s full-stack approach allows you to seamlessly explore everything from services to infrastructure within a single platform, eliminating the need for multiple observability tools. + +SUSE Observability securely collects and correlates data, offering actionable insights into both existing and potential issues in your cluster. This helps you address current problems swiftly and take preventative measures against future challenges. + +The intuitive dashboards highlight problem areas and offer remediation steps, guiding you from issue identification to root cause analysis, and ultimately to resolution, in the quickest possible time. + +For more information and to set up SUSE Observability in your SUSE Rancher-managed Kubernetes cluster, please refer to the [documentation](https://docs.stackstate.com/). + +:::note + +The documentation portal for SUSE Observability is currently under development. In the coming months, the portal will be rolled out featuring comprehensive guides, tutorials, and references to support you on your SUSE Observability journey. Stay tuned! + +::: diff --git a/sidebars.js b/sidebars.js index e9aef8f939b9..695473b1ebc6 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1155,6 +1155,7 @@ const sidebars = { "integrations-in-rancher/neuvector/overview" ] }, + "integrations-in-rancher/suse-observability/suse-observability", "integrations-in-rancher/kubewarden/kubewarden", "integrations-in-rancher/elemental/elemental", { diff --git a/versioned_docs/version-2.9/integrations-in-rancher/integrations-in-rancher.md b/versioned_docs/version-2.9/integrations-in-rancher/integrations-in-rancher.md index 7968484d2e81..08b0e878e6f6 100644 --- a/versioned_docs/version-2.9/integrations-in-rancher/integrations-in-rancher.md +++ b/versioned_docs/version-2.9/integrations-in-rancher/integrations-in-rancher.md @@ -15,4 +15,4 @@ To learn more and get started with Rancher Prime, please visit [this page](https import DocCardList from '@theme/DocCardList'; import { useCurrentSidebarCategory } from '@docusaurus/theme-common/internal'; - + diff --git a/versioned_docs/version-2.9/integrations-in-rancher/suse-observability/suse-observability.md b/versioned_docs/version-2.9/integrations-in-rancher/suse-observability/suse-observability.md new file mode 100644 index 000000000000..c7f269d3273a --- /dev/null +++ b/versioned_docs/version-2.9/integrations-in-rancher/suse-observability/suse-observability.md @@ -0,0 +1,21 @@ +--- +title: SUSE Observability +--- + + + + + +SUSE Observability is a complete observability solution that provides deep insights into the health of your clusters, nodes, and the workloads running on them. Designed to give you clear visibility into your entire Kubernetes environment, SUSE Observability’s full-stack approach allows you to seamlessly explore everything from services to infrastructure within a single platform, eliminating the need for multiple observability tools. + +SUSE Observability securely collects and correlates data, offering actionable insights into both existing and potential issues in your cluster. This helps you address current problems swiftly and take preventative measures against future challenges. + +The intuitive dashboards highlight problem areas and offer remediation steps, guiding you from issue identification to root cause analysis, and ultimately to resolution, in the quickest possible time. + +For more information and to set up SUSE Observability in your SUSE Rancher-managed Kubernetes cluster, please refer to the [documentation](https://docs.stackstate.com/). + +:::note + +The documentation portal for SUSE Observability is currently under development. In the coming months, the portal will be rolled out featuring comprehensive guides, tutorials, and references to support you on your SUSE Observability journey. Stay tuned! + +::: diff --git a/versioned_sidebars/version-2.9-sidebars.json b/versioned_sidebars/version-2.9-sidebars.json index 188fecea3c05..3720d59c0591 100644 --- a/versioned_sidebars/version-2.9-sidebars.json +++ b/versioned_sidebars/version-2.9-sidebars.json @@ -1116,6 +1116,7 @@ "integrations-in-rancher/neuvector/overview" ] }, + "integrations-in-rancher/suse-observability/suse-observability", "integrations-in-rancher/kubewarden/kubewarden", "integrations-in-rancher/elemental/elemental", { From e19ebe2165626abe3f17667e9e6ad6108ddd238b Mon Sep 17 00:00:00 2001 From: gunamata Date: Thu, 29 Aug 2024 08:31:47 -0700 Subject: [PATCH 2/3] Update docs/integrations-in-rancher/suse-observability/suse-observability.md Co-authored-by: Marty Hernandez Avedon --- .../suse-observability/suse-observability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations-in-rancher/suse-observability/suse-observability.md b/docs/integrations-in-rancher/suse-observability/suse-observability.md index c7f269d3273a..cd1b2ed430cf 100644 --- a/docs/integrations-in-rancher/suse-observability/suse-observability.md +++ b/docs/integrations-in-rancher/suse-observability/suse-observability.md @@ -6,7 +6,7 @@ title: SUSE Observability -SUSE Observability is a complete observability solution that provides deep insights into the health of your clusters, nodes, and the workloads running on them. Designed to give you clear visibility into your entire Kubernetes environment, SUSE Observability’s full-stack approach allows you to seamlessly explore everything from services to infrastructure within a single platform, eliminating the need for multiple observability tools. +SUSE Observability is a complete observability solution that provides deep insights into the health of your clusters and nodes, and the workloads running on them. Designed to give you clear visibility into your entire Kubernetes environment, SUSE Observability’s full-stack approach allows you to seamlessly explore everything from services to infrastructure within a single platform, eliminating the need for multiple observability tools. SUSE Observability securely collects and correlates data, offering actionable insights into both existing and potential issues in your cluster. This helps you address current problems swiftly and take preventative measures against future challenges. From 3b62acfa4c9682691aca2e519c31529598138c89 Mon Sep 17 00:00:00 2001 From: Gunasekhar Matamalam Date: Thu, 29 Aug 2024 08:36:24 -0700 Subject: [PATCH 3/3] Minor change based on the PR review feedback Signed-off-by: Gunasekhar Matamalam --- .../suse-observability/suse-observability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-2.9/integrations-in-rancher/suse-observability/suse-observability.md b/versioned_docs/version-2.9/integrations-in-rancher/suse-observability/suse-observability.md index c7f269d3273a..cd1b2ed430cf 100644 --- a/versioned_docs/version-2.9/integrations-in-rancher/suse-observability/suse-observability.md +++ b/versioned_docs/version-2.9/integrations-in-rancher/suse-observability/suse-observability.md @@ -6,7 +6,7 @@ title: SUSE Observability -SUSE Observability is a complete observability solution that provides deep insights into the health of your clusters, nodes, and the workloads running on them. Designed to give you clear visibility into your entire Kubernetes environment, SUSE Observability’s full-stack approach allows you to seamlessly explore everything from services to infrastructure within a single platform, eliminating the need for multiple observability tools. +SUSE Observability is a complete observability solution that provides deep insights into the health of your clusters and nodes, and the workloads running on them. Designed to give you clear visibility into your entire Kubernetes environment, SUSE Observability’s full-stack approach allows you to seamlessly explore everything from services to infrastructure within a single platform, eliminating the need for multiple observability tools. SUSE Observability securely collects and correlates data, offering actionable insights into both existing and potential issues in your cluster. This helps you address current problems swiftly and take preventative measures against future challenges.