0.42
Website
Slack
Search
⌃
K
Links
Get started
Overview
Clusters
Management
Instances
Observability
Networking
Advanced
Workloads
Realtime
Async
Batch
Task
Clients
Install
Uninstall
CLI commands
Python client
Powered By
GitBook
Get started
Create a cluster on your AWS account
# install the CLI
bash
-c
"
$(
curl
-sS
https://raw.githubusercontent.com/cortexlabs/cortex/v0.42.1/get-cli.sh
)
"
# create a cluster
cortex cluster up cluster.yaml
Client installation
- customize your client installation.
Cluster configuration
- optimize your cluster for your workloads.
Environments
- manage multiple clusters.
Build scalable APIs
# deploy APIs
cortex deploy apis.yaml
Realtime
- create APIs that respond to requests in real-time.
Async
- create APIs that respond to requests asynchronously.
Batch
- create APIs that run distributed batch jobs.
Task
- create APIs that run jobs on-demand.
Next
Overview
Last modified
1yr ago