-
Notifications
You must be signed in to change notification settings - Fork 74
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
Feature/self managed to aws oss #153
base: main
Are you sure you want to change the base?
Feature/self managed to aws oss #153
Conversation
@@ -0,0 +1,204 @@ | |||
# EKS Observability : Managed Observability Services to AWS Managed Open Source Observability Services |
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.
Simply call it Moving to Managed Open Source Observability Services
@@ -0,0 +1,204 @@ | |||
# EKS Observability : Managed Observability Services to AWS Managed Open Source Observability Services | |||
In the ever-evolving world of modern software development, observability has become a critical aspect of ensuring the reliability, performance, and scalability of applications. While self-managed tools like Prometheus and Datadog have been invaluable in providing insights into the health and behavior of systems, the increasing complexity and scale of modern architectures often demand more robust and scalable solutions. Enter managed observability services, such as Amazon Managed Prometheus and Amazon Managed Grafana. These fully managed offerings from AWS aim to simplify the management and operation of observability tools, freeing up valuable time and resources for organizations to focus on their core business objectives. |
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.
Datadog is not a self-managed tool. Change language appropriately.
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.
Pushed an update
@@ -0,0 +1,204 @@ | |||
# EKS Observability : Managed Observability Services to AWS Managed Open Source Observability Services | |||
In the ever-evolving world of modern software development, observability has become a critical aspect of ensuring the reliability, performance, and scalability of applications. While self-managed tools like Prometheus and Datadog have been invaluable in providing insights into the health and behavior of systems, the increasing complexity and scale of modern architectures often demand more robust and scalable solutions. Enter managed observability services, such as Amazon Managed Prometheus and Amazon Managed Grafana. These fully managed offerings from AWS aim to simplify the management and operation of observability tools, freeing up valuable time and resources for organizations to focus on their core business objectives. |
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.
Call it Amazon Managed Service for Prometheus
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.
Pushed an update
# EKS Observability : Managed Observability Services to AWS Managed Open Source Observability Services | ||
In the ever-evolving world of modern software development, observability has become a critical aspect of ensuring the reliability, performance, and scalability of applications. While self-managed tools like Prometheus and Datadog have been invaluable in providing insights into the health and behavior of systems, the increasing complexity and scale of modern architectures often demand more robust and scalable solutions. Enter managed observability services, such as Amazon Managed Prometheus and Amazon Managed Grafana. These fully managed offerings from AWS aim to simplify the management and operation of observability tools, freeing up valuable time and resources for organizations to focus on their core business objectives. | ||
|
||
In this guide, we will explore the journey of migrating from self-managed observability tools to Amazon's managed services. |
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.
We are talking about self-managed solutions and 3rd party solutions in this article.
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.
Pushed an update
|
||
4. Seamless Integration: Amazon's managed observability services seamlessly integrate with other AWS services and third-party tools, enabling a cohesive and unified monitoring experience across your entire infrastructure. | ||
|
||
# Uninstall Self Managed Prometheus |
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.
What about people who use Prometheus Service Monitors and other advanced Prometheus deployments?
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.
Added a line to address this. Please review and let me know if we need to add more details.
kubectl delete secret <prometheus-secret-name> | ||
``` | ||
|
||
# Uninstall DataDog |
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.
Can we start with saying something on the lines of This procedure could apply for all 3rd party vendors with some caveats. In this case, we are taking the example of Datadog to showcase the workflow.
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.
Pushed an update
kubectl delete secret <datadog-agent-secret-name> -n <namespace> | ||
``` | ||
|
||
# Setup Amazon Managed Service for Prometheus |
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.
What about the Accelerators?
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.
I have added separate section explaining how accelerators can be used.
can you make the changes against the new docusaurus format? |
Issue #, if available:
Description of changes:
This PR adds a guide to migrate from self managed observability services like prometheus and datadog to amazon managed services like AMP and AMG
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.