vijayansarathy / karpenter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Go 97.7%Language:Makefile 1.3%Language:Shell 1.0%