summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatan Yellin <aantn@users.noreply.github.com>2023-04-24 12:12:44 +0300
committerGitHub <noreply@github.com>2023-04-24 12:12:44 +0300
commitd3bf4f0a7f48102e93e00f0a00d39fc6c98bbf17 (patch)
tree2994c901493da836776d2587446f2130502e2f41
parentf7af1a6e7f00257a7fde40d1ae574a5d290449a4 (diff)
parent9b715a6cff7224108d57ea590a4127c5fa52de74 (diff)
Merge pull request #24 from robusta-dev/move-vpa-comparison-higher
Swap places for UI integration and VPA comparison
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 430d120..e3f79fa 100644
--- a/README.md
+++ b/README.md
@@ -104,14 +104,6 @@ By default, we use a _simple_ strategy to calculate resource recommendations. It
- For memory, we take the maximum value over the past week and add a 5% buffer.
-### Robusta UI integration
-
-If you are using [Robusta SaaS](https://platform.robusta.dev/), then KRR is integrated starting from [v0.10.15](https://github.com/robusta-dev/robusta/releases/tag/0.10.15). You can view all your recommendations (previous ones also), filter and sort them by either cluster, namespace or name.
-
-More features (like seeing graphs, based on which recommendations were made) coming soon. [Tell us what you need the most!](https://github.com/robusta-dev/krr/issues/new)
-
-![Robusta UI Screen Shot][ui-screenshot]
-
### Difference with Kubernetes VPA
| Feature 🛠️ | Robusta KRR 🚀 | Kubernetes VPA 🌐 |
@@ -127,6 +119,14 @@ More features (like seeing graphs, based on which recommendations were made) com
| Explainability 📖 | 🔄 Support in future versions (Robusta will send you additional graphs) | ❌ Not supported |
| Autoscaling 🔀 | 🔄 Support in future versions | ✅ Automatic application of recommendations |
+### Robusta UI integration
+
+If you are using [Robusta SaaS](https://platform.robusta.dev/), then KRR is integrated starting from [v0.10.15](https://github.com/robusta-dev/robusta/releases/tag/0.10.15). You can view all your recommendations (previous ones also), filter and sort them by either cluster, namespace or name.
+
+More features (like seeing graphs, based on which recommendations were made) coming soon. [Tell us what you need the most!](https://github.com/robusta-dev/krr/issues/new)
+
+![Robusta UI Screen Shot][ui-screenshot]
+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->