Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 29, 20241. Scaling and Scheduling Pods in Kubernetes: All About HPAHorizontal Pod Auto-Scaler (HPA) As this is my 50th blog, here’s a detailed exploration of Kubernetes Horizontal Pod Autoscaler (HPA) and how it simplifies scaling and scheduling. Steps to utilize the Horizontal Pod Autoscaler (HPA) for pods in Kuber...HPA
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
Gyuhang Shimplto001.hashnode.dev·Oct 28, 2024NewSQL in Data Engineering (Korean)Introduction 전통적인 RDBMS 의 특성을 유지하면서도 NoSQL 시스템이 제공하는 확장성과 성능을 제공하기 위한 새로운 유형의 Database 기술입니다. 전통적인 RDBMS 는 ACID (Atomicity, Consistency, Isolation, Durability) 특성을 잘 지원하고, 데이터 Consistency 와 Transaction 을 보장하지만, Horizontal Scaling (즉, 여러 서버로 쉽게 확장하는...ACID Transaction
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
Barun Tiwaryblog.baruntiwary.dev·Oct 7, 2024Achieve Scalable Servers through Horizontal Scaling ArchitectureClient-Server Architecture What is client-server architecture? It is the basic way to create a web app where many devices can access the website through their browsers. When the website is opened, a request is sent to the server, and the server resp...horizontal scaling
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
Nikhil Vibhanitechleadnikhil.hashnode.dev·Aug 25, 2024Optimizing Workload Distribution in Microservice Architectures: A Comprehensive Guide to Load BalancersIntroduction In large-scale distributed applications, handling thousands of requests per second is common. Eventually, the need for horizontal scaling becomes clear: relying on a single machine to manage all incoming requests is no longer feasible. H...System Design
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