From 2f39d603f0cbd750818ded1991d3079d071b81a4 Mon Sep 17 00:00:00 2001 From: Saleh Khazaei Date: Wed, 15 May 2024 00:25:20 +0400 Subject: [PATCH 1/4] fix: Fixes release --- .goreleaser.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4ab3e65..caec3fc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2,8 +2,6 @@ project_name: kaytu release: - prerelease: "true" - make_latest: false github: owner: kaytu-io name: kaytu From 9c140b28532f60ee441b941c272ab55bd0cfd76c Mon Sep 17 00:00:00 2001 From: Saleh Khazaei Date: Thu, 16 May 2024 18:56:43 +0400 Subject: [PATCH 2/4] fix: Release 10 --- .goreleaser.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4ab3e65..caec3fc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2,8 +2,6 @@ project_name: kaytu release: - prerelease: "true" - make_latest: false github: owner: kaytu-io name: kaytu From 8afd2b0dea0046de94ab7baf15759496a3fe3f3d Mon Sep 17 00:00:00 2001 From: Anil Chandra <120965339+acx1729@users.noreply.github.com> Date: Thu, 16 May 2024 15:20:45 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a71454c..7a180e8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Kaytu Logo -

Kaytu enables engineering, DevOps, and SRE teams to reduce cloud costs by recommending optimal workload configurations based on actual-usage, ensuring savings without compromise. +

Kaytu recommends optimal workload configurations based on actual-usage,, ensuring savings without compromising reliability.

![Kaytu Gif](.github/assets/kaytu.gif) @@ -10,11 +10,12 @@ - **Ease of use**: One-line command. Use without modifying workloads or making configuration changes. -- **Base on actual Usage**: Analyzes the past seven days of usage from Cloud native monitoring (CloudWatch), including advanced AWS CloudWatch metrics (where available). +- **Optimize**: Optimize AWS EC2 Instances & AWS RDS Instances/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-core 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, Azure support, GPU Optimization, Credit utilization for Burst instances, and Observability data from Prometheus +- **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 ## Getting Started @@ -53,15 +54,21 @@ We respect your privacy. Our open-source code guarantees that we never collect s kaytu ``` -it will install aws plugin automatically. -now you can get optimizations by running: +This will run and install any plugins. + +To see how you can optimize EC2 Instances, run this command: ```shell kaytu optimize ec2-instance ``` +Some optimizations such as RDS require login: ```shell kaytu login +``` +For RDS: + +```shell kaytu optimize rds-instance ``` From 61676f867bd1c5287400e438675d3ba9bde4df2e Mon Sep 17 00:00:00 2001 From: Anil Chandra <120965339+acx1729@users.noreply.github.com> Date: Thu, 16 May 2024 15:28:28 -0700 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a180e8..bbcdfea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Kaytu Logo -

Kaytu recommends optimal workload configurations based on actual-usage,, ensuring savings without compromising reliability. +

Kaytu recommends optimal workload configurations based on actual-usage. Cut costs without compromising reliability.

![Kaytu Gif](.github/assets/kaytu.gif)