Jerin Sebastianjerinengineering.hashnode.dev·Dec 10, 2024How to Get Started with Jenkins and configure Docker as Agent for CI/CD: A Beginner's GuideWhat is Jenkins? Jenkins is an open-source automation server widely used in software development to automate tasks related to building, testing, and deploying applications. It’s a cornerstone tool in DevOps practices, enabling Continuous Integration ...45 readsJenkins
Rishabh Mishrarishabhmishra.hashnode.dev·Oct 17, 2024Deploying a 2048 Game App on AWS EKS with Fargate: A Beginner's GuideHey there! Today, we’re going to learn how to deploy a simple 2048 game application on Amazon EKS (Elastic Kubernetes Service) using an Application Load Balancer (ALB). If you're new to Kubernetes or AWS, don’t worry—I’ll guide you through each step....34 readsDevOpsDevops
André Hoffmannandrehoffmann.hashnode.dev·Oct 15, 2024Beyond DevOps: Integrating SRE and Platform Engineering for Holistic SuccessAs you may have heard, DevOps is on the verge of death. It's about software development and how the DevOps culture has been detrimental to organizations. I mentioned in my last article that DevOps is about to break down silos and improve communicatio...Devops
Venu Madhav Emmadivenumadhavemmadi.hashnode.dev·Sep 8, 2024API Gateway vs Load Balancer: Key Differences and Use CasesIn modern distributed systems, API Gateways and Load Balancers are both essential tools for managing network traffic, but they serve distinct purposes. Understanding the differences between them is crucial for designing efficient and scalable archite...2 likesSystem DesignSystem Design
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...AWS
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 ...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...258 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...10 likes·46 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 ...10 likes·176 readsSite Reliability Engineering
Shiv Iyershiviyer.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...123 readsPostgreSQL