From a68d5dd10ef54aa0e0d9a79e2d06ade15c2a1e2b Mon Sep 17 00:00:00 2001 From: Alex Kestner Date: Thu, 18 Aug 2022 14:00:54 -0700 Subject: [PATCH] adds lower costs benefit to landing page --- website/content/en/_index.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/website/content/en/_index.html b/website/content/en/_index.html index 1b7cb89373aa..eb77316f4c5b 100644 --- a/website/content/en/_index.html +++ b/website/content/en/_index.html @@ -27,13 +27,18 @@

{{< /blocks/lead >}} {{< blocks/section color="primary" >}} - {{< blocks/feature title="Improve application availability" icon="fa-globe" feature_class="feature" >}} -

Karpenter responds quickly and automatically to changes in application load, scheduling, and resource requirements, placing new workloads onto a variety of available compute resource capacity.

- {{< /blocks/feature >}} + {{< blocks/feature title="Improve application availability" icon="fa-globe" feature_class="feature" >}} +

Karpenter responds quickly and automatically to changes in application load, scheduling, and resource requirements, placing new workloads onto a variety of available compute resource capacity.

+ {{< /blocks/feature >}} - {{< blocks/feature title="Minimize operational overhead" icon="fa-wrench" feature_class="feature" >}} -

Karpenter comes with a set of opinionated defaults in a single, declarative Provisioner resource which can easily be customized. No additional configuration required!

- {{< /blocks/feature >}} + {{< blocks/feature title="Lower compute costs" icon="fa-hand-holding-usd" feature_class="feature" >}} +

Karpenter lowers cluster compute costs by looking for opportunities to remove under-utilized nodes, replace expensive nodes with cheaper alternatives, and consolidate workloads onto more efficient compute resources.

+ {{< /blocks/feature >}} + + {{< blocks/feature title="Minimize operational overhead" icon="fa-wrench" feature_class="feature" >}} +

Karpenter comes with a set of opinionated defaults in a single, declarative Provisioner resource which can easily be customized.

+

No additional configuration required!

+ {{< /blocks/feature >}} {{< /blocks/section >}} {{< blocks/section color="dark" type="section" >}}