Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.15 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.15 KB

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

  • Kubernetes 1.18+
  • Helm 3.1.0

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.