Website
Slack
Search…
0.42
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
1
# install the CLI
2
bash
-c
"
$(
curl
-sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.42.0/get-cli.sh
)
"
3
​
4
# create a cluster
5
cortex cluster up cluster.yaml
Copied!
​
Client installation
- customize your client installation.
​
Cluster configuration
- optimize your cluster for your workloads.
​
Environments
- manage multiple clusters.
Build scalable APIs
1
# deploy APIs
2
cortex deploy apis.yaml
Copied!
​
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
4mo ago
Copy link
Contents
Create a cluster on your AWS account
Build scalable APIs