Shreyash Desaishreyashdesai.hashnode.dev·17 minutes ago🌐Day 47: Understanding Terraform State ManagementTable of contents 📌 What is Terraform State? 🗂️ Storing the Terraform State File: Local vs. Remote 🌐 Remote State Management Options Conclusion: Today marks Day 47 of my DevOps journey, and I’ve been diving deep into the world of Terraform s...Discuss#90daysofdevops
Shreyash Desaishreyashdesai.hashnode.dev·14 hours ago🌟Day 45: Understanding TerraformTable of contents ✅What is Infrastructure as Code (IaC) ✅What is Terraform? ✅Why use Terraform? ✅What is a Resource? ✅What is a Provider? ✅Some Basic Terraform commands: ✅Conclusion🎉 Hey There! 👋 Welcome to Day 45 of our 90 Days Of DevOps...Discuss·10 likes#90daysofdevops
Pedro Tanakablog.pedrotanaka.com.br·Oct 10, 2024Meet the Prom Scrape Analyzer: A Must-Have for SREs in ObservabilityAs an SRE working in the observability space, I've often found myself frustrated by the lack of user-friendly tools for inspecting Prometheus scrape endpoints (specially when using Protobuf format). The struggle of relying on janky binary output from...Discusstools
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Oct 8, 2024Observability: MonitoringMetrics: Metrics: Metrics are numerical data points that represent the health and performance of your system. Real World Metrics Example: The "Metrics" in this context refer to the ongoing monitoring of a patient's vital signs (BP, Heart Rate, et...DiscussKubernetes Basics: A Beginner’s Guide#prometheus
Aasifa Shaikmysoftwarediary.hashnode.dev·Oct 7, 2024Phase 7 : Monitoring Netflix App using prometheusAdd node exporter port 9100 in your SG of worker node. Edit prometheus.yml file # Load rules once and periodically evaluate them according to the global 'evaluation_interval'. rule_files: # - "first_rules.yml" # - "second_rules.yml" # A scr...Discuss#prometheus
Brunon0l1n3ry.hashnode.dev·Oct 6, 2024Introduction au Service Discovery Kubernetes dans PrometheusPrésentation Les clusters Kubernetes possèdent des labels et annotations pour ses différents composants (pods, services, etc...) Pour découvrir les cibles, Prometheus a besoin d'utiliser l'API Kubernetes. Prometheus est livré avec un plugin d'auto-dé...DiscussDevops
Balabvm.hashnode.dev·Oct 3, 2024DevOps Monitoring ProjectIntroduction: Monitoring is a crucial part of the DevOps lifecycle, ensuring that the infrastructure, application and services run in its optimal state. In this blog, we will see how to set up and configure monitoring tools for a DevOps project such ...Discuss·2 likes·205 readsDevops
Vidushi Bansalvidushibansal.hashnode.dev·Oct 3, 2024Working with PromQLIn today’s cloud-native world, monitoring is essential to keep our applications healthy and running smoothly. Prometheus is a powerful open-source monitoring tool, and at its heart lies PromQL—Prometheus Query Language—which allows us to explore, que...Discuss#prometheus
Vishwajeet Singhvishsig.hashnode.dev·Oct 3, 2024An Introduction to Prometheus for Effective DevOps MonitoringGet to know about monitoring Monitoring is an essential practice in DevOps. Through the use of diverse monitoring strategies and methodologies, developers can improve several aspects of a distributed system, including failure rates, error occurrences...DiscussDevops
Subhanshu Mohan Guptablogs.subhanshumg.com·Sep 30, 2024Optimizing Costs for Cloud Architectures with Kubernetes WorkloadsIn this III part of my Kubernetes series, we will dive deep into Cost Estimation for Cloud Architectures, focusing on practical strategies for managing the cost of running Kubernetes workloads in cloud environments like AWS, GCP, and Azure. Managing ...Discuss·12 likes·36 readsMastering Kubernetes: Revolutionizing Cloud-Native OperationsDevops