# helm-charts **Repository Path**: finops/helm-charts ## Basic Information - **Project Name**: helm-charts - **Description**: Crane community Helm charts - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-05 - **Last Updated**: 2023-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://helm.sh/docs/intro/install/) for installation. **Add Helm Chart Repo** ```console helm repo add crane https://gocrane.github.io/helm-charts ``` **Install Crane** ```console helm install crane -n crane-system --create-namespace crane/crane ``` you can see [this document](./charts/crane/README.md) to learn more. **Install Fadvisor** ```console helm install fadvisor -n crane-system --create-namespace crane/fadvisor ``` you can see [this document](./charts/fadvisor/README.md) to learn more. **Install Crane-scheduler** ```console helm install scheduler -n crane-system --create-namespace crane/scheduler ``` you can see [this document](./charts/scheduler/README.md) to learn more.