website/content/en/_index.html (61 lines of code) (raw):
---
title: "Karpenter"
linkTitle: "Home"
exclude_search: true
---
{{< blocks/cover image_anchor="top" height="max" color="primary" >}}
<div class="mx-auto hero">
<h1 class="display-1 mt-5">Karpenter</h1>
<h3 class="display-4 font-weight-light mt-5">Just-in-time Nodes for Any Kubernetes Cluster</h3>
<div class="mt-5">
<a class="btn btn-lg btn-dark col-sm-3 mb-3 font-weight-bold get-started" href="docs">
Get Started
</a>
</div>
</div>
{{< /blocks/cover >}}
{{< blocks/lead color="grey-100" height="med">}}
<h2 class="mx-auto mt-5 col-sm-9 font-weight-bolder">
Karpenter simplifies Kubernetes infrastructure with the right nodes at the right time.
</h2>
<p class="mx-auto mt-5 col-sm-10 h4 font-weight-light">
Karpenter automatically launches just the right compute resources to handle your cluster's applications. It is designed to let you take full advantage of the cloud with fast and simple compute provisioning for Kubernetes clusters.
</p>
{{< /blocks/lead >}}
{{< blocks/section color="primary" >}}
{{< blocks/feature title="Improve application availability" icon="fa-globe" feature_class="feature" >}}
<p class="mt-3 font-weight-light h5">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.</p>
{{< /blocks/feature >}}
{{< blocks/feature title="Lower compute costs" icon="fa-hand-holding-usd" feature_class="feature" >}}
<p class="mt-3 font-weight-light h5">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.</p>
{{< /blocks/feature >}}
{{< blocks/feature title="Minimize operational overhead" icon="fa-wrench" feature_class="feature" >}}
<p class="mt-3 font-weight-light h5">Karpenter comes with a set of opinionated defaults in a single, declarative <code class="font-weight-bold provisioner">NodePool</code> resource which can easily be customized.</p>
<p class="mt-3 font-weight-light h5"><strong>No additional configuration required!</strong></p>
{{< /blocks/feature >}}
{{< /blocks/section >}}
{{< blocks/section color="dark" type="section" >}}
<h2 class="mx-auto display-2 font-weight-bolder">How It Works</h2>
<img class="mx-auto col-sm-10 d-none d-md-block" src="karpenter-overview.png">
<div class="mx-auto col-sm-8 text-center">
<p class="lead mt-5">
Karpenter observes the aggregate resource requests of unscheduled pods and makes decisions to launch and terminate nodes to minimize scheduling latencies and infrastructure cost.
</p>
</div>
{{< /blocks/section >}}
{{< blocks/lead color="grey-100" type="section" >}}
<h2 class="mx-auto mt-2 col-sm-9 font-weight-bolder">
Karpenter is Open Source Software
</h2>
<p class="mx-auto mt-5 col-sm-10 lead">
Karpenter is licensed under the permissive <a href="https://github.com/aws/karpenter/blob/main/LICENSE">Apache License 2.0</a>.
It is designed to work with any Kubernetes cluster running in any environment, including all major cloud providers and on-premises environments.
</p>
<p class="mx-auto mt-5 col-sm-10 lead">
Have an idea for a feature or found something that could work better?
Create a <a href="https://github.com/aws/karpenter/issues/new/choose">GitHub issue</a> and tell us about it.
</p>
<a class="btn btn-lg btn-dark col-sm-3 mt-3 mr-sm-3 font-weight-bold" href="https://github.com/aws/karpenter">
<i class="fab fa-github pr-3"></i> Get involved
</a>
{{< /blocks/lead >}}