Skip to content

Kubernetes Node Autoscaling: built for flexibility, performance, and scalability.

License

Notifications You must be signed in to change notification settings

vijayansarathy/karpenter

 
 

Repository files navigation

Karpenter is a node autoscaler built for Kubernetes and can run in any Kubernetes cluster anywhere.

This is an early stage, experimental project built with ❤️ and is available as a developer preview. We're excited you are here - jump in, let us know what you think. We welcome contributions.

Installation

Follow the setup recommendations of your cloud provider.

Quick Install - Controller + Dependencies

sh -c "$(curl -fsSL https://raw.githubusercontent.com/awslabs/karpenter/v0.1.2/hack/quick-install.sh)"

Kubectl - Standalone

kubectl apply -f https://raw.githubusercontent.com/awslabs/karpenter/v0.1.2/releases/aws/manifest.yaml

Helm - Standalone

helm repo add karpenter https://awslabs.github.io/karpenter/charts
helm install karpenter karpenter/karpenter

Docs

Terms

Karpenter is an early stage, experimental project that is currently maintained by AWS and available as a preview. We request that you do not use Karpenter for production workloads at this time. See details in our terms.

License

This project is licensed under the Apache-2.0 License.

About

Kubernetes Node Autoscaling: built for flexibility, performance, and scalability.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.7%
  • Makefile 1.3%
  • Shell 1.0%