Chintan Bogharachintanboghara.hashnode.dev·24 minutes agoMonolithic vs. Microservices Architecture: Choosing the Right Approach for Your ApplicationWhat is monolithic architecture? A monolithic architecture is a traditional software design where the program is built as a single, self-contained unit, separate from other applications. The term "monolith" suggests something large and unchanging, wh...DevOpsDevops
Sachin Khamitkarobserveability.hashnode.dev·20 hours agoHow to Make Your Grafana Dashboard Publicly Accessible with a Domain NameStory Have you ever wondered how to turn your local Grafana instance into a publicly accessible dashboard? I wonder how organisations would bind domain names to app ips. To my surprise, it turned out to be much simpler than I thought! Initially, I as...30 readsGrafana Monitoring
Chintan Bogharachintanboghara.hashnode.dev·Jan 4, 2025GitHub CLIAbout the GitHub CLI GitHub CLI is a command-line tool that brings pull requests, issues, GitHub Actions, and other GitHub features to your terminal, allowing you to do all your work in one place. GitHub CLI includes features like: View, create, clo...10 likes·187 readsGitHubDevops
Chintan Bogharachintanboghara.hashnode.dev·Jan 3, 2025Unlocking the Power of Kubernetes: The Future of Containerized Application ManagementOverview Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services. It supports both declarative configuration and automation. It has a large and rapidly growing ecosystem, with many services, suppor...10 likes·126 readsKubernetesDevops
Chintan Bogharachintanboghara.hashnode.dev·Jan 2, 2025Simplifying Database Migration with AWS DMS: A Complete GuideAWS Database Migration Service (DMS) is a powerful and flexible tool that helps organizations move their databases to AWS quickly and securely. This guide will cover the basics, use cases, setup process, and best practices for using AWS DMS. What is ...10 likes·117 readsAmazon Web Services (AWS)Devops
Arnab ChatterjeeforCreoWis Blogcreowis.com·Jan 1, 2025Key Concepts in SRE: SLA, SLO, and SLI ExplainedIntroduction to SLA, SLO, and SLI in Site Reliability Engineering (SRE) In a world driven by always-on digital services, ensuring reliability isn’t optional—it’s foundational. Users expect consistent performance, minimal downtime, and fast recovery f...SRE
Ahammed Basha Shaikday-19-of-100-days.hashnode.dev·Jan 1, 2025Insights from an Inspiring DevOps Meetup in HyderabadAs part of my 100 Days of DevOps Challenge, Day 19 brought an incredible learning experience during a highly enriching DevOps meetup in Hyderabad. Organized by Quadrant Technologies and led by the esteemed Abhishek Veeramalla, the event was nothing s...Linux
Chintan Bogharachintanboghara.hashnode.dev·Jan 1, 2025Azure DevOps: A Comprehensive Guide for Seamless Software DeliveryOverview Azure DevOps is a complete set of tools and services created by Microsoft to help teams plan, develop, deliver, and maintain software efficiently. It is made to support DevOps practices, which focus on teamwork between development and operat...10 likes·125 readsAzure DevOpsDevops
Venkatesh Sarivisettyiamvenkat.hashnode.dev·Dec 2, 2024Bridging the Gap: My Journey from Platform Engineering to Becoming an Ideal SREAs a Platform Engineer with a strong foundation in Cloud technologies, DevOps practices, Terraform, Kubernetes, and CI/CD tools, I often find myself pondering the gap between my current responsibilities and the true essence of a Site Reliability Engi...Devops
Sagyam Thapablog.sagyamthapa.com.np·Nov 26, 2024Distributed Tracing with OpenTelemetry and Jaeger for Nest ApplicationIntroduction Have you ever had a bug that occurred in production and you have no idea what went wrong because your logs won’t tell you exactly what went wrong or a request that takes usually long to process. Sometimes debugging these issues without a...266 readsOpenTelemetry