Skip to content

Commit

Permalink
Merge pull request kaytu-io#267 from kaytu-io/acx1729-patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
acx1729 committed Jun 30, 2024
2 parents eaecb7e + 272b6b8 commit 08b2776
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<a href="https://www.kaytu.io"><img src=".github/assets/Kaytu-New-Logo.svg" alt="Kaytu Logo" width="300" /></a>

<p align="center">Kaytu's AI platform boosts cloud efficiency by analyzing historical usage and delivering <b>intelligent recommendations</b>—such as optimizing instance sizes—that maintain reliability. Pay for what you need, without compromising your apps.
<p align="center">Kaytu's AI platform boosts the efficiency of your cloud-hosted workload and Kubernetes Clusters by analyzing historical usage and delivering <b>intelligent recommendations</b>—such as optimizing instance sizes—that maintain reliability.
</p>

![Kaytu Gif](.github/assets/kaytu.gif)
Expand All @@ -10,14 +10,18 @@


- **Ease of use**: One-line command. Use without modifying workloads or making configuration changes.
- **Optimize**: Optimize AWS EC2 Instances & AWS RDS Instances/Clusters.
- **Optimize**: Optimize AWS Infrastructure(EC2 Instances, EBS Storage,RDS Instances & Clusters) & **Kubernetes Clusters**.
- **Base on actual Usage**: Analyzes the past seven days of usage from Cloud native monitoring (CloudWatch).
- **Customize**: Optimize for region, CPU, memory, network performance, storage, licenses, and more to match your specific requirements.
- **Secure** - no credentials to share; extracts required metrics from the client side
- **Open philosophy** Use without fear of lock-in. The CLI is open-sourced, and the Server side will be open-sourced soon.
- **Coming Soon**: Non-Interactive mode, GCP, Azure, GPU Optimization and Observability data from Prometheus
- **Coming Soon**: GCP, Azure, GPU Optimization

## Getting Started
#### To optimize Kubernetes Clusters [click here for a walk through.](docs/how-to-kubernetes.md)



## Quick Start - Optimize AWS EC2, RBS, and RDS Workload

### 1. Install Kaytu CLI

Expand All @@ -35,6 +39,7 @@ curl -fsSL https://raw.githubusercontent.com/kaytu-io/kaytu/main/scripts/install
Download Windows (Linux, and MacOS) binary from [releases](https://github.com/kaytu-io/kaytu/releases)



### 2. Login to AWS CLI

Kaytu works with your existing AWS CLI profile (read-only access required) to gather metrics.
Expand All @@ -61,9 +66,6 @@ To see how you can optimize EC2 Instances, run this command:
kaytu optimize ec2-instance
```

To Optimize Kubernetes Clusters:

[click here for documentation](docs/how-to-kubernetes.md)

For RDS:

Expand Down

0 comments on commit 08b2776

Please sign in to comment.