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

Seonglae Cho