Sprasad Pujarisprasad.hashnode.dev·Jul 4, 2024📝 Understanding Kubernetes Ingress - From Services to Sophisticated Routing🚀 The Evolution of Kubernetes Networking When Kubernetes was first introduced in December 2015 (version 1.0), the Ingress feature wasn't part of the package. Despite this, developers and organizations were quick to adopt Kubernetes, relying primaril...DiscussIngressController
Vineetadevbeats.hashnode.dev·May 25, 2024Microservices with Spring Boot & Spring Cloud- part2In this article, we will cover communication methods between microservices, service discovery and registry using Spring Cloud Netflix, API gateway using Spring Cloud Gateway, Spring Config Server configuration, distributed tracing, and circuit breake...DiscussSpringboot
Hari Sapna Nairharisapnanair.hashnode.dev·May 10, 2024Top Microservices Design Patterns for Microservices ArchitectureImagine breaking down a single functional unit into multiple mini-service units. That is exactly what microservices do to the traditional monolithic architecture. But there is more to it than meets the eye. Microservices are the go-to solution for al...DiscussMicroservices
Akash Nagpalakashnagpal.hashnode.dev·Apr 25, 202436 Most Asked Microservice Interview QuestionsSince the tech boom 2015, microservices have emerged as a revolutionary architectural approach, transforming how applications are designed, developed, and deployed. A survey by Statista shows that in 2021, 45 percent of respondents stated that data a...DiscussMicroservices
Chandra Prakash Reddydevopstour.hashnode.dev·Apr 18, 2024Key Components and Technologies in Cloud ComputingVirtualization A service's virtualization keeps it separate from the real hardware it operates on. Special software is used to create a virtual copy of the computer hardware. Developed in the early days of mainframes. Several operating systems an...Discuss·3 likesAWS TourCloud
Hari Sapna Nairharisapnanair.hashnode.dev·Mar 14, 202414 Must Know Microservices Design PrinciplesImagine an airport humming with diverse operations, where each department serves as a meticulously crafted microservice dedicated to specific operations such as booking, check-in, and baggage handling. The airport architecture must follow fundamental...DiscussMicroservices
Arya SoniforXeroCodee Blog'sblog.xerocodee.com·Feb 9, 2024"Essential Software Architectural Patterns for Robust System Design" 🏛️💻Software design is pivotal in defining a software system's architecture, ensuring it meets specific requirements through a detailed blueprint. This blueprint, consisting of design documents or diagrams, guides developers in crafting a final product t...Discussarchitecture
Bhaskar Sharmamarsgo.hashnode.dev·Feb 14, 2023How to use Traefik and Docker to route traffic to different services part 1Last week I was exploring traefik. I had to deploy two microservices on the same server. Treafik is a proxy that helps you deploy microservices. I did not expect this but I liked and also saved me time. This post has two parts. In this part, I will s...Discuss·11 likes·146 readsTraefik
Veera solaiyappanforCloudnloud Tech Communityblog.cloudnloud.com·Sep 12, 2022Monolithic Vs MicroserviceA monolithic application is built as a single unified unit while a microservices architecture is a collection of smaller, independently deployable services. Which one is right for you? It depends on many factors. we can learn about monolithic and mi...Discuss·200 readsFull Stack Dev Series - Monolithic ApplicationMicroservices
Apedu.coblogs.apedu.co.in·Dec 27, 2021Micro Frontends using Module Federation and AngularWhat is Micro Frontend? A micro frontend is an architectural design pattern to build robust, highly scalable, distributed applications. Where a monolithic application is broken down into smaller pieces or subdomains and developed and deployed indepen...Discuss·449 readsMicroservices