Aishwary Prakashaishwaryprakash98.hashnode.dev·Aug 24, 2024Unlocking the Power of AWS Backup: Features, Benefits, and Best PracticesHello Readers! In this article, I am excited to share detailed information about the AWS Backup Service. AWS Backup is a fully-managed service that makes it easy to centralize and automate data protection across AWS services, in the cloud, and on pre...DiscussAWS
Chirag Arorachiragarora0203.hashnode.dev·Jul 7, 2024What are the SRE vs. DevOps Guide: Differences, Job DescriptionsSRE vs. DevOps Guide: Differences, Job Descriptions, Salaries Learn about the similarities and differences between SRE and DevOps, what it takes to work in these roles, and how to get started. On the surface, the roles of site reliability engineers ...Discuss·2 likes·29 readsDevops
Yash RVyashrv.hashnode.dev·Jun 27, 2024A song of SLI, SLO and SLA."Accountability breeds response-ability." The quote is from a book authored by Stephen Covey, "The 7 Habits of Highly Effective People." In this book, Covey elaborately discusses how accountability to an individual or a team builds ownership and com...Discuss·236 readsSite Reliability Engineering
Jeremy Alvablog.jeremyalv.com·May 27, 2024Reliability Engineering: Monitoring Platform Performance and Engagement with Sentry & PostHogSo you’ve built an app and deployed it to the web. It’s time to sit back and let the users come to us, right? Wrong. There are many things that could go wrong when you go live. API endpoints throws errors, servers crash, and your frontend can experie...Discuss·10 likes·28 readsSite Reliability Engineering
Marino Wijaymarinow.hashnode.dev·May 25, 2024🌶️ Load Balancing ≠Reliability 🌶️TL;DR: Load balancing ≠ Reliability. Emotional impact of system failures. It's the system's fault, not the individual's. Reliability is availability and trust. Key strategies for system reliability. Cautious use of AI in operations. Evolution ...Discuss·10 likes·167 readsSite Reliability Engineering
Shiv IyerProshiviyer.hashnode.dev·Apr 24, 2024How can you access multiple PostgreSQL Servers using the same host and port?Accessing multiple PostgreSQL servers using the same host and port typically involves a technique called connection pooling or the use of a proxy that can direct traffic to different database instances based on the incoming request criteria. Here’s h...Discuss·100 readsPostgreSQL
Ashwini Kumarblogs.reactivedroid.com·Apr 15, 2024From Experience to Infrastructure Engineering: A Tale of Kubernetes CertificationsJoining PayU Credit has been an incredible journey, where I have the honour of leading a team of exceptional engineers aligned with our business vision to create cutting-edge applications. As the Director of Engineering overseeing customer-facing web...Discuss·183 readsKubernetes
Sabry Elgatemgatem.hashnode.dev·Apr 12, 2024Understanding Reliability Management (simplified explanation)Introduction Reliability management is the systematic approach to ensuring that systems, processes, products, or services consistently perform as expected over time, Think of reliability management as taking care of your car to make sure it runs smoo...DiscussReliability management
Iroro ChadereforfreeCodeCampfreecodecamp.org·Apr 5, 2024A How to Start a Career in Site Reliability Engineering – SRE Career GuideIf you're considering a career in the Site Reliability Engineering (SRE) field, you should understand what SREs do, how to get started, and how to grow as an SRE. In this article, we'll explore what you need to know to be an SRE, and how you can dev...Discussautomation
DiptoChakrabartydipchak.hashnode.dev·Feb 24, 2024GitOps : Using ArgoCD along with Helm ChartsIn this blog post we will learn how to make use of helm and argocd to deploy helm charts using git ops. The overall flow will be as illustrated below. Link for the project files can be found here - > Click here Argo with Helm. First Step: Install Ar...DiscussDevops