Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: Simplify Resource View section #1107

Merged
merged 12 commits into from
Sep 26, 2024
18 changes: 18 additions & 0 deletions website/docs/observability/resource-view/addon_view.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Add-ons"
sidebar_position: 20
---

EKS add-ons allows you to configure, deploy, and update the operational software, or add-ons, that provide key functionality to support your Kubernetes applications. These add-ons include critical tools for cluster networking like the Amazon VPC CNI, as well as operational software for observability, management, scaling, and security. An add-on is basically a software that provides supporting operational capabilities to Kubernetes applications, but is not specific to the application.

**[Amazon EKS add-ons](https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html)** provide installation and management of a curated set of add-ons for Amazon EKS clusters. All Amazon EKS add-ons include the latest security patches, bug fixes, and are validated by AWS to work with Amazon EKS. Amazon EKS add-ons allow you to consistently ensure that your Amazon EKS clusters are secure and stable and reduce the amount of work that you need to do in order to install, configure, and update add-ons.

You can add, update, or delete Amazon EKS add-ons using the Amazon EKS API, AWS Management Console, AWS CLI, and eksctl. You can also [create Amazon EKS add-ons](https://aws-ia.github.io/terraform-aws-eks-blueprints-addons/main/amazon-eks-addons/) , The Amazon EKS add-on implementation is generic and can be used to deploy any add-on supported by the EKS API; either native EKS addons or third party add-ons supplied via the AWS Marketplace.

If you navigate to the **Add-ons** tab you can search for add-ons already installed.

![Insights](/img/resource-view/find-add-ons.jpg)

or 'Get more add-ons' to choose additional add-ons or search AWS MarketPlace add-ons to enhance your cluster.

![Insights](/img/resource-view/select-add-ons.jpg)
12 changes: 0 additions & 12 deletions website/docs/observability/resource-view/authentication/index.md

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions website/docs/observability/resource-view/authorization/index.md

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions website/docs/observability/resource-view/authorization/roles.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions website/docs/observability/resource-view/extensions/index.md

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion website/docs/observability/resource-view/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "View resources in EKS console"
title: "View EKS console"
sidebar_position: 20
sidebar_custom_props: { "module": true }
description: "Gain visibility of Kubernetes resources in the Amazon Elastic Kubernetes Service console."
Expand Down
15 changes: 15 additions & 0 deletions website/docs/observability/resource-view/observability_view.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Observability"
sidebar_position: 30
---

Keeping a watchful eye on your applications,network and infrastructure is crucial for ensuring optimal performance, identifying bottlenecks, and troubleshooting issues promptly.
AWS observability lets you collect, correlate, aggregate, and analyze telemetry in your network, infrastructure, and applications so you can gain insights into the behavior, performance, and health of your system. These insights help you detect, investigate, and remediate problems faster.

Observability tab on the EKS console provides a comprehensive view on the end-to-end observability for EKS clusters. As shown below, use either Prometheus metrics or CloudWatch metrics to collect, and send cluster, infrastructure and application metrics to [Amazon Managed Service for Prometheus](https://aws.amazon.com/prometheus/) . You can use [Amazon Managed Grafana](https://aws.amazon.com/grafana/) to visualize the metrics in dashboard and create alerts.

Prometheus discovers and collects metrics from the cluster through a pull-based model called scraping. Scrapers are setup to gather data from your cluster infrastructure and containerized applications. Use **Add scraper** to setup a scraper for the cluster.

You can enable CloudWatch Observability in your clusters through the CloudWatch Observability add-on. Navigate to the add-ons tab and install CloudWatch Observability add-on to enable CloudWatch Application Signals and Container Insights and start ingesting telemetry into CloudWatch.

![Insights](/img/resource-view/observability-view.jpg)

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions website/docs/observability/resource-view/storage-view/csi_node.md

This file was deleted.

15 changes: 0 additions & 15 deletions website/docs/observability/resource-view/storage-view/index.md

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading