Divya vasant satputelearnwithdivya.hashnode.dev·10 hours agoAutomated Deployment of Scalable Applications on AWS EC2 with Kubernetes and Argo CDLed the deployment of scalable applications on AWS EC2 using Kubernetes and Argo CD for streamlined management and continuous integration. Orchestrated deployments via Kubernetes dashboard, ensuring efficient resource utilization and seamless scaling...Projects#18daysChallelnge
Ankita Lunawatcloudhub2295.hashnode.dev·Dec 18, 2024Configure Prometheus Alert Manager for a Kubernetes Cluster with Custom AlertsPrerequisites AWS Account with EC2 Instance.(t2.medium) Minikube and kubectl, Helm Installed Basic knowledge of Kubernetes Update the Package List. sudo apt update Installs essential tools like curl, wget and apt-transport-https. sudo apt insta...AWS
Bhanu Bandibhanubandi.hashnode.dev·Dec 17, 2024Simplifying Service Discovery in Prometheus and Integrating with Grafana for Real-time MonitoringIntroduction to Service Discovery in Prometheus In today's fast-paced and dynamic IT environments, it’s essential to monitor infrastructure and applications in real-time. Whether you’re dealing with a microservices architecture or running on a cloud ...Grafana
Sahil Patilsahil-patil.hashnode.dev·Dec 16, 2024Top DevOps Monitoring and Logging Tools with Best PracticesIn the fast-paced world of DevOps, keeping track of the health of your systems and applications is critical. Monitoring and logging are key components that help DevOps teams quickly identify and address issues. They provide insights into performance,...⚙️ DevOps MasteryDevops
Balraj Singhbalrajsingh.hashnode.dev·Dec 16, 2024Automated AWS DevOps CI/CD Pipeline for Amazon Prime CloneIn today's fast-paced tech world, automating application deployment and infrastructure management is essential. This project shows how to set up a complete CI/CD pipeline, use AWS EKS for Kubernetes deployment, and integrate Grafana and Prometheus fo...1 likeTerraform
Firat Komurcublog.firatkomurcu.com·Dec 15, 2024Observability in Your Application: Metrics with OpenTelemetryUnderstanding an application's behavior in real-time is essential when deploying it. Think of it as checking the weather before heading out—you want to know the state of your app at a glance. Key indicators such as requests per minute (RPM), resource...OpenTelemetry
Ganesh Kumar reddyganeshk8y.hashnode.dev·Dec 15, 2024Configuring Prometheus to Scrap Container Metrics (cAdvisor)What is Prometheus ? Prometheus is an Open-Source monitoring tool that helps to collect metric data and provide tools to visualize the collected data. It allows us to create alert when the metric reaches its defined threshold value. It collects metri...Devops
Ankita Lunawatcloudhub2295.hashnode.dev·Dec 13, 2024Monitor a Python Flask API using Open Telemetry, Prometheus, and Grafana.Monitor your Flask application effectively with Open Telemetry, Prometheus, and Grafana to gain insights into its performance, while adapting the setup to your specific needs. Prerequisites AWS Account with EC2 Instance. Ensure Python 3, pip, a Pyt...Python
Neha Bawaneneha1302.hashnode.dev·Dec 13, 2024Prometheus Monitoring with Email AlertsProject Overview: Monitoring and Alerting System This project is focused on implementing a monitoring and alerting system to track the status of various components within a web application and its underlying infrastructure. The system ensures that if...1 like·29 reads#prometheus
Kilokiloai.hashnode.dev·Dec 12, 2024Cách Thêm traceID Vào Metrics: Tăng Khả Năng Giám Sát Và DebugExemplar là gì? Exemplar là các mẫu dữ liệu (samples) được đính kèm với một metric để cung cấp thông tin chi tiết hơn về sự kiện hoặc request cụ thể dẫn đến giá trị metric đó. Các exemplar thường chứa traceID hoặc các dữ liệu bổ sung giúp liên kết me...Monitoringdistributed tracing