Rudraksh Laddharudrakshladdha.hashnode.dev·Jan 13, 2025Autoscaling in Kubernetes: An Advanced Analysis of HPA and VPAEffective resource management is an indispensable element in modern distributed systems, particularly for applications requiring high availability and cost efficiency. Kubernetes, a ubiquitous container orchestration platform, offers robust autoscali...Kubernetes
Pranav Bawgikarpranavbawg.hashnode.dev·Dec 29, 2024What is a back of the envelope calculation?[27] Introduction The back of the envelope calculation is commonly used to evaluate different architectural designs. Although the optimal design depends on the system requirements, the back of the envelope calculation provides an opportunity to compa...backoftheenvelop
Chethana S Vchethanasv.hashnode.dev·Dec 25, 2024Vertical vs. Horizontal Scaling: Understanding Scalability in Modern InfrastructureAs apps and systems evolve to keep up with a growing user base, one big question always comes up for developers, DevOps engineers, and architects is that - how do we scale our infrastructure without breaking the system—or the budget? The answer usual...scalability
Akshay Ajay Kalekarak03.hashnode.dev·Dec 24, 2024ScalabilityRam created an innovative application that allowed users to post their problems and receive suggestions from others, incentivizing participation. Initially, he used his old laptop as a server to host the app, and everything worked well when the user ...System Design
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 30, 2024Scaling & Data ReplicationFault (Vs) Failure : Fault is the CAUSE , Failure is the EFFECT Fault Tolerance – It will replicates the server , if any one of the server fails also the other replicated server will give the Response to the Customer . it will applicable for DB as we...Fault Vs Failure
Shazia Masseymasseys.hashnode.dev·Oct 25, 2024Kubernetes Pod Autoscaling: Understanding Horizontal and Vertical ScalingHorizontal Pod Autoscaling (HPA) in Kubernetes is a mechanism that automatically adjusts the number of pod replicas in a deployment or replica set based on observed metrics like CPU or memory usage. How HPA Works: HPA constantly monitors the specifie...Kubernetes
SHRIRAM SAHUshriram16.hashnode.dev·Sep 3, 2024Kubernetes Scaling Demystified: Horizontal vs. Vertical Scaling and Autoscaler InsightsIntroduction As modern applications grow in complexity, efficiently managing workloads becomes essential for ensuring high availability and performance. Kubernetes, with its advanced orchestration capabilities, offers robust scaling mechanisms that a...10 likesKubernetes
Khushal Sharmalogan1x.hashnode.dev·Jul 26, 2024Load balancer but ELI5 versionI believe a lot of tech is unknown to us because we do not know the big tech jargon. I am in the process of simplifying and learning things for myself. In today's article, I'll be handling terms around the almighty Load Balancer. In the world of dist...5 likes·59 readsLoad Balancing
DataWisokadatawisoka.com·Jul 8, 2024Choosing the right database: Large scale data growth in Postgres vs DynamoDBAs applications grow, so does the volume of data they generate and manage. Whether you're building a social media platform, an e-commerce site, or a data-driven analytics tool, handling large-scale data growth is a challenge that can make or break yo...choose the right databse
Mukeshmukeshsblog.hashnode.dev·Jun 23, 2024#1 System Design : Vertical vs Horizontal Scaling.!In system design horizontal and vertical scaling are two fundamental strategies that can be used to enhance the capacity, performance, and reliability of systems, particularly in the context of databases and distributed systems. Both strategies aim t...System Design