LogoLogo
WebsiteSlack
0.42
0.42
  • Get started
  • Overview
  • Clusters
    • Management
      • Auth
      • Create
      • Update
      • Delete
      • Environments
      • Production Guide
    • Instances
      • Multi-instance
      • Spot instances
    • Observability
      • Logging
      • Metrics
      • Alerting
    • Networking
      • Load balancers
      • Custom domain
      • HTTPS
      • HTTPS with API Gateway
      • VPC peering
    • Advanced
      • Setting up kubectl
      • Private Docker registry
      • Self hosted images
  • Workloads
    • Realtime
      • Example
      • Configuration
      • Containers
      • Autoscaling
      • Traffic Splitter
      • Metrics
      • Statuses
      • Troubleshooting
    • Async
      • Example
      • Configuration
      • Containers
      • Autoscaling
      • Statuses
    • Batch
      • Example
      • Configuration
      • Containers
      • Jobs
      • Statuses
    • Task
      • Example
      • Configuration
      • Containers
      • Jobs
      • Statuses
  • Clients
    • Install
    • Uninstall
    • CLI commands
    • Python client
Powered by GitBook
On this page
  • Create a cluster on your AWS account
  • Build scalable APIs

Get started

NextOverview

Last updated 2 years ago

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
  • - customize your client installation.

  • - optimize your cluster for your workloads.

  • - manage multiple clusters.

Build scalable APIs

# deploy APIs
cortex deploy apis.yaml
  • - create APIs that respond to requests in real-time.

  • - create APIs that respond to requests asynchronously.

  • - create APIs that run distributed batch jobs.

  • - create APIs that run jobs on-demand.

Client installation
Cluster configuration
Environments
Realtime
Async
Batch
Task