Skip to content

Commit

Permalink
Update docs/source/examples/sky-serve.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Doyoung Kim <[email protected]>
  • Loading branch information
cblmemo and landscapepainter authored Dec 8, 2023
1 parent d0b7396 commit ed64d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples/sky-serve.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Sky Serve will start a centralized controller/load balancer and deploy the servi
Under the hood, :code:`sky serve up`:

#. Launches a controller which handles autoscaling, monitoring and load balancing;
#. Returns an Service Endpoint which will be used to accept traffic;
#. Returns a Service Endpoint which will be used to accept traffic;
#. Meanwhile, the controller provisions replica VMs which later run the services;
#. Once any replica is ready, the requests sent to the Service Endpoint will be **HTTP-redirect** to one of the endpoint replicas.

Expand Down

0 comments on commit ed64d3c

Please sign in to comment.