Skip to content

Commit 7fc4226

Browse files
committed
Update README.md
1 parent 4715aa0 commit 7fc4226

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66

77
<br>
88

9-
# Scale compute-intensive serverless workloads
9+
# Serverless containers on AWS
1010

11-
Cortex is a Kubernetes-based serverless platform built for AWS.
11+
Deploy, manage, and scale containers without managing infrastructure.
1212

1313
<br>
1414

15-
## Deploy realtime, batch, and async workloads
15+
## Build APIs faster
1616

17-
* **Realtime** - realtime APIs respond to requests in real-time and autoscale based on in-flight request volumes.
18-
* **Batch** - batch APIs run distributed and fault-tolerant batch processing jobs on-demand.
19-
* **Async** - async APIs process requests asynchronously and autoscale based on request queue length.
17+
* **Realtime APIs** - respond to requests in real-time and autoscale based on in-flight request volumes.
18+
* **Batch APIs** - run distributed and fault-tolerant batch processing jobs on-demand.
19+
* **Async APIs** - process requests asynchronously and autoscale based on request queue length.
2020

2121
<br>
2222

23-
## Scale across hundreds of CPU and GPU instances
23+
## Scale without limits
2424

2525
* **No resource limits** - allocate as much CPU, GPU, and memory as each workload requires.
2626
* **No cold starts** - keep a minimum number of API replicas running to ensure that requests are handled in real-time.
2727
* **No timeouts** - run workloads for as long as you want.
2828

2929
<br>
3030

31-
## Control your AWS spend
31+
## Reduce your AWS spend
3232

33-
* **Spot instance management** - Cortex automatically runs workloads on spot instances and falls back to on-demand instances to ensure reliability.
34-
* **Multi-instance type clusters** - choose the ideal EC2 instance type for your workloads or mix and match several instance types in the same cluster.
35-
* **Customizable autoscaling** - optimize the autoscaling behavior for each workload to ensure efficient resource utilization.
33+
* **Spot instance management** - Cortex runs workloads on spot instances and fall back to on-demand instances to ensure reliability.
34+
* **Multi-instance type clusters** - Cortex runs different workloads on different EC2 instances to ensure efficient resource utilization.
35+
* **Efficient autoscaling** - Cortex optimizes the autoscaling behavior of each workload to minimize idle resources.

cli/cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func initTelemetry() {
146146
var _rootCmd = &cobra.Command{
147147
Use: "cortex",
148148
Aliases: []string{"cx"},
149-
Short: "scale compute-intensive serverless workloads",
149+
Short: "serverless containers on AWS",
150150
}
151151

152152
func Execute() {

python/client/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Scale compute-intensive serverless workloads - [docs.cortex.dev](https://www.docs.cortex.dev)
1+
Serverless containers on AWS - [docs.cortex.dev](https://www.docs.cortex.dev)

python/client/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def run(self):
8080
setup(
8181
name="cortex",
8282
version="master", # CORTEX_VERSION
83-
description="Scale compute-intensive serverless workloads",
83+
description="Serverless containers on AWS",
8484
author="cortex.dev",
8585
author_email="[email protected]",
8686
license="Apache License 2.0",

0 commit comments

Comments
 (0)