Service Discovery

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Nov 9 8:14
Editor
Edited
Edited
2025 Oct 28 11:5
Refs
Service IPs change dynamically quite often
This means that even when an instance is created through auto-scaling, it's difficult to detect this and distribute traffic to the newly created instance
DNS name convention-based Service Discovery is the most fundamental and universal discovery method in modern systems such as Kubernetes, Docker, and Consul. However, due to DNS caching, temporary stale addresses may be used
Service Discovery Notion
 
 
 
 
 
 
 
 

Backlinks

Microservice

Recommendations