Introduction to Anyscale services
Deploy your machine learning apps into production with Anyscale services for scalability, fault tolerance, high availability, and zero downtime upgrades.
⏱️ Time to complete: 10 min
Prerequisite: Intro to Workspaces
After implementing and testing your machine learning workloads, it's time to move them into production. An Anyscale service packages your application code, dependencies, and compute configurations, deploying them behind a REST endpoint for easy integration and scalability.
This interactive example takes you through a common development to production workflow with services:
- Development
- Develop a service in a workspace.
- Run the app in a workspace.
- Send a test request.
- Production
- Deploy as an Anyscale service.
- Check the status of the service.
- Query the service.
- Monitor the service.
- Configure scaling.
- Update the service.
- Terminate the service.
Development
Start by writing your machine learning service using Ray Serve, an open source distributed serving library for building online inference APIs.