Girish Venkata Reddygirishv.hashnode.dev·Dec 10, 2023Simplify Disk Space Analysis with TopNDiskAnalyzerIntroduction Managing and understanding file sizes within a directory is a common task for developers, sysadmins, sre, and users. To simplify this process, I've created a tool called TopNDiskAnalyzer. This tool allows users to analyze and retrieve th...Discuss·48 readsdiskusage
Ranjan YadavforRanjan Yadav's team blogproductionsupport.hashnode.dev·Dec 7, 2023Backend LayerIn previous article, we saw based on whatever business logic is the entire information of data processing is stored in database. In some companies or project this information or part of that information is further analyzed, which can have several pur...DiscussSRE
Ranjan YadavforRanjan Yadav's team blogproductionsupport.hashnode.dev·Dec 7, 2023Application LayerThis is where behind-the-scenes work is done after data is received from frontend layer. This layer comprises of a section which will contain code for entire business logic based on your application and the workflow. From SRE perspective, I would lik...DiscussDevops
Ranjan YadavforRanjan Yadav's team blogproductionsupport.hashnode.dev·Dec 7, 2023Frontend layer of an applicationNow, as the name says, frontend means direct customer interaction or what you see on your screen. We connect to an application through our desktop or any mobile application. You connect to the application through Internet or intranet, depending upon ...DiscussDevops
Ranjan YadavforRanjan Yadav's team blogproductionsupport.hashnode.dev·Dec 7, 2023How an Application WorksHello, everyone, welcome back. We will try to understand what is a software or I would say an application these companies build together. So let's get started. Application is a piece of software designed to do a specific or narrow function, for examp...DiscussSRE
Hanshal Mehtahanshal101.hashnode.dev·Dec 6, 2023KubeVerse : Week-1.1 | Pods for Pros | Part 1In Kubernetes, a pod is the smallest and simplest unit in the Kubernetes object model. It represents a single instance of a running process in a cluster and can contain one or more containers. Pod Lifecycle The lifecycle of a Pod goes through several...DiscussKubeVerse: Sailing Smoothly in the Sea of ContainersKubernetes
Francois AkikiforHarness.ioharness.hashnode.dev·Dec 5, 2023Introducing the Harness SRM Backstage PluginWe are excited to introduce the latest addition to our suite of Open Source Backstage Plugins - the Harness SRM Backstage Plugin. This plugin is designed to seamlessly integrate with your Backstage Instance as well as with Harness IDP to help with d...DiscussSRE
Eduardo Andradeeduandrade.hashnode.dev·Dec 2, 2023Running Reliable Microservices: Integrating SRE into your TeamMicroservices have become a popular architecture pattern for building scalable, resilient applications from small, decentralized services. However, microservices also introduce complexity and new failure modes that teams must proactively address to e...Discuss2Articles1Week
Amit Tiwariamit-tiwari.hashnode.dev·Nov 29, 2023Day 13: Introduction to PythonPython was created by Guido van Rossum, and released in 1991 What is Python? Python is an Open source, general-purpose, high-level, and object-oriented programming language. Python consists of vast libraries and various frameworks like Django, Tens...Discuss#90daysofdevops
Amit Tiwariamit-tiwari.hashnode.dev·Nov 29, 2023Day-12 Git & Github hands-on completionHi Guys, I have completed the Linux & Git-GitHub hands-on and I hope you have learned something interesting from it. I have made a small cheat sheet for regular commands used by DevOps. Happy Learning!!Discuss#90daysofdevops