diff --git a/sky/serve/README.md b/sky/serve/README.md index 653bc88c75b..41578e854ff 100644 --- a/sky/serve/README.md +++ b/sky/serve/README.md @@ -9,7 +9,7 @@ Sky Serve transparently handles load balancing, failover and autoscaling of the ## Architecture Sky Serve has four key components: -1. Server - The HTTP server is responsible for recieving requests and redirecting them to healthy endpoints. +1. Redirector - The HTTP server is responsible for recieving requests and redirecting them to healthy endpoints. 2. Load balancers - spread requests across healthy endpoints according to different policies. 3. Autoscalers - scale up and down the number of serving endpoints according to different policies and handle recovery of unhealthy endpoints. 4. Infra Providers - provides a uniform interface to talk to SkyPilot.