https://github.com/gocrane/helm-charts
Crane community Helm charts
https://github.com/gocrane/helm-charts
Last synced: about 1 year ago
JSON representation
Crane community Helm charts
- Host: GitHub
- URL: https://github.com/gocrane/helm-charts
- Owner: gocrane
- Created: 2022-01-12T08:46:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T07:18:47.000Z (over 2 years ago)
- Last Synced: 2025-06-24T19:37:42.283Z (about 1 year ago)
- Language: Smarty
- Homepage: https://gocrane.github.io/helm-charts/
- Size: 393 KB
- Stars: 10
- Watchers: 7
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crane: Cloud Resource Analytics and Economics

---
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.