-
Notifications
You must be signed in to change notification settings - Fork 784
[ECOINT-146] Add Akamas integration #2694
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
base: master
Are you sure you want to change the base?
Conversation
akamas/README.md
Outdated
|
||
## Overview | ||
|
||
Akamas Insights helps developers, DevOps engineers, and SREs quickly identify cost inefficiencies and reliability issues in Kubernetes environments. It collects observability data from Datadog and analyzes workloads, application runtimes like the JVM and cluster behaviour to automatically identify optimization opportunities and generate easy-to-apply recommendations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Akamas Insights helps developers, DevOps engineers, and SREs quickly identify cost inefficiencies and reliability issues in Kubernetes environments. It collects observability data from Datadog and analyzes workloads, application runtimes like the JVM and cluster behaviour to automatically identify optimization opportunities and generate easy-to-apply recommendations. | |
Akamas Insights helps developers, DevOps engineers, and SREs identify cost inefficiencies and reliability issues in Kubernetes environments. It collects observability data from Datadog and analyzes workloads, application runtimes like the JVM, and cluster behavior to automatically identify optimization opportunities and generate recommendations. |
akamas/README.md
Outdated
Akamas Insights helps developers, DevOps engineers, and SREs quickly identify cost inefficiencies and reliability issues in Kubernetes environments. It collects observability data from Datadog and analyzes workloads, application runtimes like the JVM and cluster behaviour to automatically identify optimization opportunities and generate easy-to-apply recommendations. | ||
|
||
**Cost Efficiency Analysis** | ||
detect issues like over-provisioned workloads, over-sized JVM heap memory, or inefficient cluster autoscaling behavior and estimate savings, so that you can focus on the biggest cost reduction opportunities. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
detect issues like over-provisioned workloads, over-sized JVM heap memory, or inefficient cluster autoscaling behavior and estimate savings, so that you can focus on the biggest cost reduction opportunities. | |
Detect issues like over-provisioned workloads, over-sized JVM heap memory, or inefficient cluster autoscaling behavior and estimate savings, so that you can focus on the biggest cost reduction opportunities. |
akamas/README.md
Outdated
detect issues like over-provisioned workloads, over-sized JVM heap memory, or inefficient cluster autoscaling behavior and estimate savings, so that you can focus on the biggest cost reduction opportunities. | ||
|
||
**Reliability Risk Detection** | ||
Identifies risks like CPU throttling, out-of-memory kills or wrong JVM configurations that can cause out of memory kills or performance issues, so that you can fix the problem before they cause a production issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Identifies risks like CPU throttling, out-of-memory kills or wrong JVM configurations that can cause out of memory kills or performance issues, so that you can fix the problem before they cause a production issue. | |
Identifies risks like CPU throttling, out-of-memory kills, or wrong JVM configurations that can cause out of memory kills or performance issues, so that you can fix the problem before they cause a production issue. |
akamas/README.md
Outdated
**Reliability Risk Detection** | ||
Identifies risks like CPU throttling, out-of-memory kills or wrong JVM configurations that can cause out of memory kills or performance issues, so that you can fix the problem before they cause a production issue. | ||
|
||
**Compliance Issues Identification** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**Compliance Issues Identification** | |
**Compliance Issue Identification** |
akamas/README.md
Outdated
**Compliance Issues Identification** | ||
Detect issues like pods with no memory limits or JVM with default settings, so that you can educate all application teams using Kubernetes about configuration best practices to achieve efficiency and reliable applications. | ||
|
||
Akamas Insights delivers actionable recommendations that uniquely cover the full Kubernetes stack, including the pod resources, JVM options and providing visibility around cluster autoscaling efficiency. It requires no agents or other changes, making it easy to adopt within any existing Kubernetes environment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Akamas Insights delivers actionable recommendations that uniquely cover the full Kubernetes stack, including the pod resources, JVM options and providing visibility around cluster autoscaling efficiency. It requires no agents or other changes, making it easy to adopt within any existing Kubernetes environment. | |
Akamas Insights delivers actionable recommendations that cover the full Kubernetes stack, including the pod resources, JVM options, and cluster autoscaling. It requires no agents or other changes, making it easy to adopt within any existing Kubernetes environment. |
akamas/README.md
Outdated
|
||
# Uninstalling Akamas Insights Integration with Datadog | ||
|
||
To stop using the integration just log into your Akamas Insights instance and delete the Datadog integration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To stop using the integration just log into your Akamas Insights instance and delete the Datadog integration. | |
To stop using the integration, log into your Akamas Insights instance and delete the Datadog integration. |
@@ -0,0 +1,525 @@ | |||
{ | |||
"title": "Akamas Insights", | |||
"description": "[[suggested_dashboards]]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a description that explains what this dashboard does.
akamas/manifest.json
Outdated
"display_on_public_website": true, | ||
"tile": { | ||
"title": "Akamas", | ||
"description": "Identify cost optimization and reliability improvements opportunities for your applications runnign on Kubernetes. ", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"description": "Identify cost optimization and reliability improvements opportunities for your applications runnign on Kubernetes. ", | |
"description": "Identify cost optimization and reliability improvements opportunities for your Kubernetes applications.", |
@urseberry ready for another review, thanks |
akamas/README.md
Outdated
|
||
1. Log into your Akamas Insights instance. | ||
2. Navigate to **Datasources** > **Datadog**. | ||
3. Specify the [Datadog site parameter][1] (e.g. US1, EU1). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3. Specify the [Datadog site parameter][1] (e.g. US1, EU1). | |
3. Specify the [Datadog site parameter][1] (for example, US1 or EU1). |
@urseberry ready for another review. Thanks |
Integration Akamas has been created in publishing platform