Muhire Josuéjosuedev.hashnode.dev·Oct 20, 2024Spring Boot Service Discovery with EurekaIntroduction In a microservices architecture, where applications are composed of multiple independent services, service discovery becomes a crucial part of managing communication between services. Eureka, developed by Netflix, is a service discover...DiscussJava
Brunon0l1n3ry.hashnode.dev·Oct 6, 2024Introduction au Service Discovery Kubernetes dans PrometheusPrésentation Les clusters Kubernetes possèdent des labels et annotations pour ses différents composants (pods, services, etc...) Pour découvrir les cibles, Prometheus a besoin d'utiliser l'API Kubernetes. Prometheus est livré avec un plugin d'auto-dé...DiscussDevops
VISHNUVARDHAN VANDAVASIdev-ops.hashnode.dev·Aug 21, 2024Understanding Headless Services in KubernetesIntroduction Kubernetes has revolutionized the way we manage and deploy containerized applications. One of the core concepts in Kubernetes is "Services", which provides networking capabilities for pods within a cluster. A Service is an abstraction la...Discuss·6 likes·141 readsHeadless Serviceinformative article 5
Bikash Nishankbikash-nishank.hashnode.dev·Aug 18, 2024Mastering Spring Cloud: A Comprehensive GuideIntroduction to Spring Cloud What is Spring Cloud? Spring Cloud is a suite of tools for building distributed systems and microservices architectures. It builds on top of the Spring Framework, providing a set of libraries that simplify the development...DiscussResilience Patterns
Milan Jovanovićmilanjovanovic.hashnode.dev·Jul 6, 2024Service Discovery in Microservices With .NET and ConsulMicroservices have revolutionized how we build and scale applications. By breaking down larger systems into smaller, independent services, we gain flexibility, agility, and the ability to adapt to changing requirements quickly. However, microservices...Discuss·81 readsMicroservices
Akanksha Wandetecherk.hashnode.dev·Jun 7, 2024Service Discovery Demystified: Finding Your Microservices with EaseMicroservices architectures have revolutionized application development. By breaking down monolithic applications into smaller, independent services, developers gain flexibility, scalability, and faster deployment cycles. However, with this newfound ...Discussmicroservice
Cloud Tunedcloudtuned.hashnode.dev·Mar 9, 2024A Brief Look at HashiCorp Consul: Revolutionizing Service NetworkingA Brief Look at HashiCorp Consul: Revolutionizing Service Networking In the era of distributed systems and microservices architecture, managing service-to-service communication efficiently is vital for modern organizations. HashiCorp Consul emerges a...Discusshashicorp
Yilia LinforApache APISIXapisix.hashnode.dev·Feb 7, 2024API Gateway and Service Discovery: Seamless Microservices IntegrationIn the digital era, Application Programming Interfaces (APIs) have become the cornerstone of communication between different systems and services. With the proliferation of microservices architecture, the importance of API gateways and service discov...DiscussService Discovery
Sumit Mondalsumit007.hashnode.dev·Jan 31, 2024Simplifying AWS Cloud Map Implementation: A Step-by-Step GuideIntroduction: In the ever-evolving landscape of cloud computing, AWS Cloud Map stands out as a powerful service that simplifies the management of dynamic cloud resources. Whether you're dealing with microservices, containers, or traditional applicati...DiscussAWS - HandsOn#CloudMap
Mohammad Quanitmquanit.hashnode.dev·Nov 9, 2023Crafting Microservices in Go: A Theoretical GuideOne of the most important aspects of building microservices is designing the architecture. This involves deciding on the granularity of the services, defining their APIs, and implementing the services themselves. We will explore each of these steps i...DiscussMicroservices