Skip to content

Commit fa34cd3

Browse files
authored
Update README.md (#2303)
1 parent a72ce51 commit fa34cd3

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,36 @@
66

77
<br>
88

9-
# Serverless containers on AWS
9+
# Cost-effective serverless computing
1010

11-
Avoid the complexity of Kubernetes, service meshes, load balancers, queues, and autoscalers. Deploy, manage, and scale containers on a Kubernetes-based serverless platform that is up to 75% less expensive than Lambda.
11+
Cortex is a highly-scalable and cost-effective serverless computing platform that runs on your AWS account. It scales microservices, data processing, machine learning, and other compute-intensive realtime and batch workloads. Cortex is designed to handle production traffic of up to 20M QPS and is up to 90% less expensive than AWS Lambda.
1212

1313
<br>
1414

15-
## Build production-grade microservices faster
15+
## Maximize instance utilization
1616

17-
**Autoscaling** - customize autoscaling for realtime, async, and batch workloads.
17+
**Workload autoscaling** - set autoscaling policies per workload based on its traffic.
1818

19-
**Networking** - get HTTP endpoints that can handle large-scale production traffic.
19+
**Resource requests** - configure CPU, GPU, and memory requests per workload, without limits.
2020

21-
**Observability** - send logs and metrics from every workload to any monitoring tool.
21+
**Container deployments** - customize the runtime and request concurrency for each container.
2222

2323
<br>
2424

25-
## Allocate CPU, GPU, and memory without limits
25+
## Minimize instance costs
2626

27-
**No resource limits** - allocate as much CPU, GPU, and memory as each workload requires.
27+
**Cluster autoscaling** - elastically scale your cluster to meet demand.
2828

29-
**No cold starts** - keep a minimum number of replicas running to minimize latency.
29+
**Spot instances** - run workloads on spot instances without sacrificing reliability.
3030

31-
**No timeouts** - run workloads for as long as you want.
31+
**Multi-instance** - use multiple instance types to optimize price-performance ratio per workload.
3232

3333
<br>
3434

35-
## Save up to 75% on your AWS bill
35+
## Control your spend
3636

37-
**Spot instances** - run workloads on spot and/or reserved instances without affecting reliability.
37+
**Workload observability** - monitor latency and resource utilization with pre-built dashboards.
3838

39-
**Custom instances** - use instances with the optimal price-performance ratio for your workloads.
39+
**Cost transparency** - visualize your costs using the latest AWS pricing information.
4040

41-
**Scale to zero** - scale workloads to zero to minimize idle resources.
41+
**Predictable spend** - set limits on resource consumption globally and per workload.

cli/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func initTelemetry() {
144144
var _rootCmd = &cobra.Command{
145145
Use: "cortex",
146146
Aliases: []string{"cx"},
147-
Short: "serverless containers on AWS",
147+
Short: "cost-effective serverless computing",
148148
}
149149

150150
func Execute() {

python/client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Serverless containers on AWS - [docs.cortex.dev](https://www.docs.cortex.dev)
1+
Cost-effective serverless computing - [docs.cortex.dev](https://www.docs.cortex.dev)

python/client/setup.py

Lines changed: 1 addition & 1 deletion
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="Serverless containers on AWS",
83+
description="Cost-effective serverless computing",
8484
author="cortex.dev",
8585
author_email="[email protected]",
8686
license="Apache License 2.0",

0 commit comments

Comments
 (0)