Canvas CloudAI
Canvas Cloud AI

Service Discovery

advanced
networking
Enhanced Content

Definition

An automated way for services in a cloud application to find and connect to each other without hardcoding addresses. Like a phone directory that automatically updates when people move — services register themselves and others look them up by name instead of memorizing addresses.

Real-World Example

A streaming platform uses AWS Cloud Map so their video encoding, thumbnail generation, and recommendation microservices can automatically find each other as instances scale up and down, without anyone manually updating configuration files with new IP addresses.

Cloud Provider Equivalencies

AWS Cloud Map is a purpose-built service discovery registry that integrates with ECS/EKS and Route 53. Azure, GCP, and OCI commonly implement service discovery using private DNS (often paired with their container platforms like AKS/GKE/OKE) so services can resolve each other by name as endpoints change.

AWS
AWS Cloud Map
AZ
Azure DNS (Private DNS Zones)
GCP
Cloud DNS (Private zones)
OCI
OCI DNS (Private DNS)

Compare Across Cloud Providers

Service Discovery is available across all major cloud platforms. Compare equivalent services:

AWS
AWS Cloud Map
Azure
Azure Service Fabric
Google Cloud
Cloud Service Directory
Oracle Cloud
OCI DNS

Explore More Cloud Computing Terms