helm-charts

Crane: Cloud Resource Analytics and Economics

Crane logo


Crane (FinOps Crane) is a cloud native open source project which manages cloud resources on Kubernetes stack, it is inspired by FinOps concepts.

Getting Started

Prerequisites

Helm Installation

Please refer to Helm’s documentation for installation.

Add Helm Chart Repo

helm repo add crane https://gocrane.github.io/helm-charts

Install Crane

helm install crane -n crane-system --create-namespace crane/crane

you can see this document to learn more.

Install Fadvisor

helm install fadvisor -n crane-system --create-namespace crane/fadvisor

you can see this document to learn more.

Install Crane-scheduler

helm install scheduler -n crane-system --create-namespace crane/scheduler

you can see this document to learn more.