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

Deprecating Management Agent Kubernetes Helm charts #41

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ This Github repository is a collection of various quick start applications offer

At a high level we have following quick start apps:

- [ATP Monitoring](./atp-monitoring/README.md):

This terraform app for monitoring audit logs from an Autonomous Database for transaction processing (ATP),automates the configuration needed to start processing ATP audit logs for analysis in the OCI Logging Analytics.
> [!CAUTION]
Management Agent helm charts for Kubernetes Monitoring are no longer maintained and monitored. Oracle Management Agent helm charts are now part of the OCI Kubernetes Monitoring Solution. Please use the helm charts from [Oracle QuickStart for OCI Kubernetes Monitoring](https://github.com/oracle-quickstart/oci-kubernetes-monitoring).

- [Kubernetes Monitoring](./kubernetes-monitoring/mgmtagent_helm/README.md):

Oracle Management Agent is now available to be deployed as a Docker Container. This helm chart application provides easy deployment way of Management Agent and offers out-of-box monitoring of Kubernetes Cluster.
Oracle Management Agent helm charts are now part of the OCI Kubernetes Monitoring Solution. Please use the helm charts from [Oracle QuickStart for OCI Kubernetes Monitoring](https://github.com/oracle-quickstart/oci-kubernetes-monitoring).

- [ATP Monitoring](./atp-monitoring/README.md):

This terraform app for monitoring audit logs from an Autonomous Database for transaction processing (ATP),automates the configuration needed to start processing ATP audit logs for analysis in the OCI Logging Analytics.

- [Managment Gateway Quick Start](./management-gateway-quickstart/README.md):

Expand All @@ -34,4 +37,4 @@ At a high level we have following quick start apps:

- [Sample Dashboards](./sample-dashboards/README.md):

Sample Dashboards are provided to illustrate how metrics collected by Management Agent appear in the Management Dashboard.
Sample Dashboards are provided to illustrate how metrics collected by Management Agent appear in the Management Dashboard.
3 changes: 3 additions & 0 deletions kubernetes-monitoring/mgmtagent_helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

# **OCI Management Agent Helm Chart**

> [!CAUTION]
Management Agent helm charts for Kubernetes Monitoring are no longer maintained and monitored. Oracle Management Agent helm charts are now part of the OCI Kubernetes Monitoring Solution. Please use the helm charts from [Oracle QuickStart for OCI Kubernetes Monitoring](https://github.com/oracle-quickstart/oci-kubernetes-monitoring).

## About

This provides an end-to-end monitoring solution for Kubernetes Clusters using Management Agent, Monitoring and other Oracle Cloud Infrastructure (OCI) Services. Following steps will walk you through the steps to configure Oracle Management Agent (Oracle provided data collector and Prometheus scraper) to collect various metrics from Kubernetes Cluster using package manager Helm.
Expand Down
Loading