dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with multi-cloud & on-prem support. It natively supports NVIDIA, AMD, & TPU.
Update all the spots where gateway was mentioned as being required for services
Do not emphasize that gateways are needed for auto-scaling. This is a temporary restriction and users will see a clear error message is they attempt to use auto-scaling without a gateway. Emphasize that gateways provide a custom domain and HTTPS, which is their main value.
In Protips, add a comparison of running web apps as Tasks vs Services without a gateway vs Services with a gateway
Add a trailing slash in /proxy/services/.../ to be consistent with CLI and avoid redirects
/proxy/services/.../
to be consistent with CLI and avoid redirectsPart of #1595 Follows #2005