Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs][SkyServe] Autoscaling doc for SkyServe #2989

Merged
merged 10 commits into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/source/serving/autoscaling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ change the scaling delay by specifying the :code:`upscale_delay_seconds` and
# ...
If you want more aggressive scaling, set those values to a lower number and vise versa.
cblmemo marked this conversation as resolved.
Show resolved Hide resolved

Scale-to-Zero
===============

Expand Down
10 changes: 8 additions & 2 deletions docs/source/serving/sky-serve.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Why SkyServe?

* **Bring any serving framework** (vLLM, TGI, FastAPI, ...) and scale it across regions/clouds
* **Reduce costs and increase availability** of service replicas by leveraging multiple/cheaper locations and hardware (spot instances)
* **Out-of-the-box** load-balancing and :ref:`autoscaling <serve-autoscaling>` of service replicas
* Out-of-the-box **load-balancing** and **autoscaling** of service replicas
* **Privacy and Control**: Everything is launched inside your cloud accounts and VPCs
* Manage multi-cloud, multi-region deployments with a single control plane
* **Privacy**: Everything is launched inside your cloud accounts and VPCs

.. * Allocate scarce resources (e.g., A100) **across regions and clouds**
.. * Autoscale your endpoint deployment with load balancing
Expand Down Expand Up @@ -444,6 +444,12 @@ Terminate services:
$ sky serve down http-server # terminate the http-server service
$ sky serve down --all # terminate all services

Autoscaling
-----------

See :ref:`Autoscaling <serve-autoscaling>` for more information.


SkyServe Architecture
---------------------

Expand Down